diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-07-21 14:07:45 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-07-21 14:07:45 -0500 |
commit | cf73a522d1c8921bbd6b29805d0ea32e2dc22a93 (patch) | |
tree | cc7e0a0182c6603f37c0bf3d43cbb33b5f69601c /libre | |
parent | 29af76660410e062ddef50fa42f6392774acc7a9 (diff) | |
download | abslibre-cf73a522d1c8921bbd6b29805d0ea32e2dc22a93.tar.gz abslibre-cf73a522d1c8921bbd6b29805d0ea32e2dc22a93.tar.bz2 abslibre-cf73a522d1c8921bbd6b29805d0ea32e2dc22a93.zip |
cups-filters-1.14.1-1.parabola1: updating version
Diffstat (limited to 'libre')
-rw-r--r-- | libre/cups-filters/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/cups-filters/PKGBUILD b/libre/cups-filters/PKGBUILD index f86c21b5e..bec2731e5 100644 --- a/libre/cups-filters/PKGBUILD +++ b/libre/cups-filters/PKGBUILD @@ -3,8 +3,8 @@ # Maintainer (Arch): Andreas Radke <andyrtr@archlinux.org> pkgname=cups-filters -pkgver=1.14.0 -pkgrel=1.parabola3 +pkgver=1.14.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" @@ -21,7 +21,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=('7aa4274df6e6d9b5ff66e079d78dde8254570367c745025e58bc6194371fa5ec') +sha256sums=('f1393731df54ffdd947621c302a66afa17cd3d6c7e107ee05cc77a7d3194e504') build() { cd $pkgname-$pkgver |