diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-12-20 16:00:10 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-12-20 16:00:10 -0300 |
commit | 9a40438634845913f26954cd45c91225e397d27e (patch) | |
tree | 5a03ccf7b6835ab8a44f1d3d3019ca94baa6de0b | |
parent | e52062079c510bdef10d498da7416785cb454191 (diff) | |
download | abslibre-9a40438634845913f26954cd45c91225e397d27e.tar.gz abslibre-9a40438634845913f26954cd45c91225e397d27e.tar.bz2 abslibre-9a40438634845913f26954cd45c91225e397d27e.zip |
cups-filters-1.13.1-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 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 |