diff options
Diffstat (limited to 'libre')
-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 76922d3f0..4e676431f 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 283860 2016-12-16 22:54:59Z foutrelis $ +# $Id: PKGBUILD 284325 2016-12-19 19:08:32Z andyrtr $ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> pkgname=cups-filters -pkgver=1.13.0 -pkgrel=2.parabola1 +pkgver=1.13.1 +pkgrel=1.parabola1 pkgdesc="OpenPrinting CUPS Filters, without foomatic-db-nonfree recommendation" arch=('i686' 'x86_64' 'armv7h') url="https://wiki.linuxfoundation.org/openprinting/cups-filters" @@ -20,7 +20,7 @@ source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar. provides=('foomatic-filters') replaces=('foomatic-filters' "${pkgname}-libre" "${pkgname}-parabola") conflicts=('foomatic-filters' "${pkgname}-libre" "${pkgname}-parabola") -sha256sums=('fb6434030fb762981601a23da8d2f478f71174f4ea19c67fbaaad1392c6959d4') +sha256sums=('e410097546c33110deb2247a765c2730cfabe9d997fb8bf30e6c332a2ef5f068') build() { cd $pkgname-$pkgver |