diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-20 14:08:31 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-20 14:08:31 -0300 |
commit | 1abf20c77d9b277d183e235cb3a43d0d786a4fe1 (patch) | |
tree | b46c168874a3336c9159ee4366bcfd67c577c962 | |
parent | b470355d937fcef3330f9c26bf8d28ca2eb71a57 (diff) |
update cups-filters-libre to 1.0.57
-rw-r--r-- | libre/cups-filters-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/cups-filters-libre/PKGBUILD b/libre/cups-filters-libre/PKGBUILD index 35357717a..35e7e2695 100644 --- a/libre/cups-filters-libre/PKGBUILD +++ b/libre/cups-filters-libre/PKGBUILD @@ -3,7 +3,7 @@ pkgname=cups-filters-libre _pkgname=cups-filters -pkgver=1.0.55 +pkgver=1.0.57 pkgrel=1 pkgdesc="OpenPrinting CUPS Filters, without foomatic-db-nonfree recommendation" arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ source=(http://www.openprinting.org/download/cups-filters/$_pkgname-$pkgver.tar. provides=("${_pkgname}=${pkgver}" 'foomatic-filters') replaces=("${_pkgname}" 'foomatic-filters') conflicts=("${_pkgname}" 'foomatic-filters') -md5sums=('eabe407c3e9ac1f31ba3810d8d78eb59') +md5sums=('21661eff4b05d5435fc0caf389da0349') build() { cd $_pkgname-$pkgver |