[arch-commits] Commit in lib32-libcups/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Oct 21 10:18:51 UTC 2016


    Date: Friday, October 21, 2016 @ 10:18:50
  Author: felixonmars
Revision: 192850

upgpkg: lib32-libcups 2.2.1-1

Modified:
  lib32-libcups/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-21 10:13:30 UTC (rev 192849)
+++ PKGBUILD	2016-10-21 10:18:50 UTC (rev 192850)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libcups
 pkgname=lib32-$_pkgbasename
-pkgver=2.1.4
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="The CUPS Printing System - client libraries (32-bit)"
 arch=('x86_64')
@@ -10,8 +10,8 @@
 license=('GPL')
 url="http://www.cups.org/"
 depends=(lib32-krb5 lib32-libtiff lib32-libpng lib32-gnutls $_pkgbasename)
-source=(https://github.com/apple/cups/releases/download/release-${pkgver}/cups-${pkgver}-source.tar.gz)
-md5sums=('9f9bf6e3b9c20a3519b4dc409666d6e7')
+source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz)
+md5sums=('a94da2a1e9dbdccb4f3836a38a431931')
 
 build() {
   export CC="gcc -m32"



More information about the arch-commits mailing list