diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-31 22:19:57 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-31 22:19:57 -0300 |
commit | 83f7cc354cd9cea4c9e55fff657dc642d01c6197 (patch) | |
tree | 858018d0dfb88f1ac0c9445ec6b873fdd3e1da87 /libre | |
parent | eb85990cd9d122b56af3cedd4e1f227b5c81575b (diff) | |
download | abslibre-83f7cc354cd9cea4c9e55fff657dc642d01c6197.tar.gz abslibre-83f7cc354cd9cea4c9e55fff657dc642d01c6197.tar.bz2 abslibre-83f7cc354cd9cea4c9e55fff657dc642d01c6197.zip |
atril-1.10.2-1.parabola1: updating version
Diffstat (limited to 'libre')
-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() { |