summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb5d9e4c1e19..f79354b22771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='cloudprint-cups'
pkgver='20160502.r16.g1f27903'
_commit='1f279036fad249efa8a2bca7f8f54adffd3b59c8'
-pkgrel='4'
+pkgrel='5'
epoch='1'
pkgdesc='Google Cloud Print driver for CUPS, allows printing to printers hosted on GCP'
arch=('any')
@@ -11,11 +11,10 @@ url='https://github.com/simoncadman/CUPS-Cloud-Print'
license=('GPL3')
depends=('cups' 'ghostscript' 'imagemagick' 'python2' 'python2-httplib2' 'python2-pycups' 'python2-six')
install="$pkgname.install"
-_branch='capabilities-fix'
-source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/$_branch.tar.gz")
-sha256sums=('13ac78b7c6941ac4479621e1594bcc6e23c01e64986cf5c84b00bae621fe27cb')
+source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/$_commit.tar.gz")
+sha256sums=('9dcc50c453fd3819dedbdcbb7c7be9ca7adc1c3ad79f7d4ac12248eed2cf0448')
-_sourcedirectory="CUPS-Cloud-Print-$_branch"
+_sourcedirectory="CUPS-Cloud-Print-$_commit"
build() {
cd "$srcdir/$_sourcedirectory/"