diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-21 12:44:13 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-21 12:44:23 -0300 |
commit | 3649f5a57ad9e478815bed32855617b14830209b (patch) | |
tree | 9ff2fc29767bf7ef39f533ee3bde9ad370c3c18b /libre/cups-filters | |
parent | d3eb774eba4d1509bb320982b8002750b7423347 (diff) | |
download | abslibre-3649f5a57ad9e478815bed32855617b14830209b.tar.gz abslibre-3649f5a57ad9e478815bed32855617b14830209b.tar.bz2 abslibre-3649f5a57ad9e478815bed32855617b14830209b.zip |
cups-filters-1.11.1-1.parabola1: updating version
Diffstat (limited to 'libre/cups-filters')
-rw-r--r-- | libre/cups-filters/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/cups-filters/PKGBUILD b/libre/cups-filters/PKGBUILD index ba0557c44..df71bde2a 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 272745 2016-07-31 08:28:48Z andyrtr $ +# $Id: PKGBUILD 274559 2016-08-21 12:08:09Z andyrtr $ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> pkgname=cups-filters -pkgver=1.10.0 -pkgrel=2.parabola2 +pkgver=1.11.1 +pkgrel=1.parabola1 pkgdesc="OpenPrinting CUPS Filters, without foomatic-db-nonfree recommendation" arch=('i686' 'x86_64' 'armv7h') url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting" @@ -20,7 +20,7 @@ source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.x provides=('foomatic-filters') replaces=('foomatic-filters' "${pkgname}-libre" "${pkgname}-parabola") conflicts=('foomatic-filters' "${pkgname}-libre" "${pkgname}-parabola") -md5sums=('d84c6cb3df637a9655e46dfae41dce50') +md5sums=('1c2397093639aa728e4ba866bbdc440c') build() { cd $pkgname-$pkgver |