makedeb


sccache-bin 0.7.7-1


sccache is ccache with cloud storage

Click here to go back to the commit logs for sccache-bin.

Commit:


Hash: dc0ce6bc91a13b07cc603359531b69d52c5306c5

Message: extensions=('zipman') (no strip)

Diff


diff --git a/.SRCINFO b/.SRCINFO
index fe7ba12..bf5d4a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = sccache-bin
 pkgbase = sccache-bin
 pkgdesc = sccache is ccache with cloud storage
-pkgrel = 1
+pkgrel = 2
 pkgver = 0.5.1
 url = https://github.com/mozilla/sccache
 arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index d4698a9..8684961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
 # vim: set sw=4 expandtab:
 pkgname=sccache-bin
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='sccache is ccache with cloud storage'
 arch=(amd64)
 depends=()
 provides=(sccache)
 conflicts=(sccache)
+extensions=('zipman')
 license=()
 url='https://github.com/mozilla/sccache'