diff options
Diffstat (limited to 'libre/atril/PKGBUILD')
-rw-r--r-- | libre/atril/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/atril/PKGBUILD b/libre/atril/PKGBUILD index d2719d723..3ca560990 100644 --- a/libre/atril/PKGBUILD +++ b/libre/atril/PKGBUILD @@ -4,7 +4,7 @@ _ver=1.10 _pkgbase=atril pkgname=(${_pkgbase}) -pkgver=${_ver}.1 +pkgver=${_ver}.2 pkgrel=1.parabola1 pkgdesc="MATE document viewer (GTK2 version), with libarchive support for compressed comic books" url="http://mate-desktop.org" @@ -23,7 +23,7 @@ groups=('mate-extra') conflicts=("${_pkgbase}-gtk3" "${_pkgbase}-libre") replaces=("${_pkgbase}-libre") source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz") -sha1sums=('5560b9d4f7c5ba07390cc0217453b0e9986542e4') +sha1sums=('ffbc018f534729d68fb1a5dbdc92de6c9ddbe0b1') install=${_pkgbase}.install build() { |