diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-29 11:33:00 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-29 11:33:00 -0300 |
commit | dbd46999437c2ba1f5e78d7aefd8bcbacb295f87 (patch) | |
tree | 5cf5ad7a45c340110e928f52ceedd0eaf8300892 | |
parent | 2c27a6ca1ff93aaf4ce4218be8ad0b585888c213 (diff) | |
download | abslibre-dbd46999437c2ba1f5e78d7aefd8bcbacb295f87.tar.gz abslibre-dbd46999437c2ba1f5e78d7aefd8bcbacb295f87.tar.bz2 abslibre-dbd46999437c2ba1f5e78d7aefd8bcbacb295f87.zip |
cups-filters-1.2.0-1.parabola1: updating version
-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 758b500bf..5c485f489 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 250571 2015-11-10 19:53:36Z andyrtr $ +# $Id: PKGBUILD 252004 2015-11-27 18:56:58Z andyrtr $ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> pkgname=cups-filters -pkgver=1.1.0 -pkgrel=4.parabola1 +pkgver=1.2.0 +pkgrel=1.parabola1 pkgdesc="OpenPrinting CUPS Filters, without foomatic-db-nonfree recommendation" arch=('i686' 'x86_64') url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting" @@ -19,7 +19,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=('f34561df0630f4ece332fd391e31914c') +md5sums=('9c2c8e358a72455ca63f28f91c8b1af0') build() { cd $pkgname-$pkgver |