diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-18 04:13:22 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-18 04:13:22 -0200 |
commit | 291a3d8a6ad75bb0f98a8823681a31438f107e15 (patch) | |
tree | c8ede0259a3ff420960a02c608d602f12d9fec60 /libre/cups-filters-libre/PKGBUILD | |
parent | a4f5de902f9776dcf11d0d5b24199974e5fd682c (diff) | |
download | abslibre-291a3d8a6ad75bb0f98a8823681a31438f107e15.tar.gz abslibre-291a3d8a6ad75bb0f98a8823681a31438f107e15.tar.bz2 abslibre-291a3d8a6ad75bb0f98a8823681a31438f107e15.zip |
cups-filters-libre-1.0.44-1: updating version
Diffstat (limited to 'libre/cups-filters-libre/PKGBUILD')
-rw-r--r-- | libre/cups-filters-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/cups-filters-libre/PKGBUILD b/libre/cups-filters-libre/PKGBUILD index 528649cb4..6302e95ff 100644 --- a/libre/cups-filters-libre/PKGBUILD +++ b/libre/cups-filters-libre/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 202372 2013-12-21 13:31:03Z andyrtr $ +# $Id: PKGBUILD 204359 2014-01-17 21:38:41Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=cups-filters-libre _pkgname=cups-filters -pkgver=1.0.43 +pkgver=1.0.44 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=('d1dbd200845db729bf18817f3a49c2c1') +md5sums=('41d853788cf8e176f952136549488d34') build() { cd $_pkgname-$pkgver |