diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-13 00:11:04 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-13 00:59:36 -0300 |
commit | 5b9da195a4309cee085ab97a107ea789c5f984f0 (patch) | |
tree | 92636e51dd4803cdb9f1b05db0323fbe4ab2c6bd /libre/cups-filters | |
parent | 8d058641d39dea4e13f7e5ddb29c3a3486b3158b (diff) | |
download | abslibre-5b9da195a4309cee085ab97a107ea789c5f984f0.tar.gz abslibre-5b9da195a4309cee085ab97a107ea789c5f984f0.tar.bz2 abslibre-5b9da195a4309cee085ab97a107ea789c5f984f0.zip |
cups-filters-1.9.0-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 507984788..1c46319bf 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 263815 2016-04-03 02:39:14Z foutrelis $ +# $Id: PKGBUILD 269242 2016-06-09 20:16:06Z andyrtr $ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> pkgname=cups-filters -pkgver=1.8.3 -pkgrel=2.parabola1 +pkgver=1.9.0 +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=('6554a92ae338cbfe40a45819d65c3738') +md5sums=('f9e268451b496f0c851f2aa6b660c70d') build() { cd $pkgname-$pkgver |