diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-08-22 01:37:45 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-08-22 01:37:45 -0400 |
commit | 50c3a5ea8e1dd04641da3a27f98170157621f74e (patch) | |
tree | 013d885cd1ef17432517fe85743f0b5aa385df14 /libre/cups-filters-libre/PKGBUILD | |
parent | 156c9dd23d8ce1cf4aeaec2040b1cf3c47309094 (diff) | |
parent | dd992ab45849fcef37f98d28fbd87c899262e4f5 (diff) | |
download | abslibre-50c3a5ea8e1dd04641da3a27f98170157621f74e.tar.gz abslibre-50c3a5ea8e1dd04641da3a27f98170157621f74e.tar.bz2 abslibre-50c3a5ea8e1dd04641da3a27f98170157621f74e.zip |
Merge branch 'master' into lukeshu/kernels
Also update linux-libre-grsec because I couldn't verify the checksum of the
now 6-hour obsolete patch.
Conflicts:
libre/linux-libre-grsec/PKGBUILD
libre/lirc-parabola/PKGBUILD
Diffstat (limited to 'libre/cups-filters-libre/PKGBUILD')
-rw-r--r-- | libre/cups-filters-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/cups-filters-libre/PKGBUILD b/libre/cups-filters-libre/PKGBUILD index 35357717a..35e7e2695 100644 --- a/libre/cups-filters-libre/PKGBUILD +++ b/libre/cups-filters-libre/PKGBUILD @@ -3,7 +3,7 @@ pkgname=cups-filters-libre _pkgname=cups-filters -pkgver=1.0.55 +pkgver=1.0.57 pkgrel=1 pkgdesc="OpenPrinting CUPS Filters, without foomatic-db-nonfree recommendation" arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ source=(http://www.openprinting.org/download/cups-filters/$_pkgname-$pkgver.tar. provides=("${_pkgname}=${pkgver}" 'foomatic-filters') replaces=("${_pkgname}" 'foomatic-filters') conflicts=("${_pkgname}" 'foomatic-filters') -md5sums=('eabe407c3e9ac1f31ba3810d8d78eb59') +md5sums=('21661eff4b05d5435fc0caf389da0349') build() { cd $_pkgname-$pkgver |