summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e944215927..07eb87eea85b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Thu Feb 18 11:54:39 UTC 2016
pkgbase = libgroove
pkgdesc = Library that provides decoding and encoding of audio on a playlist.
pkgver = 4.3.0
@@ -13,7 +15,6 @@ pkgbase = libgroove
depends = libebur128
conflicts = libgroove-git
options = strip
- options = ccache
source = https://github.com/andrewrk/libgroove/archive/4.3.0.tar.gz
sha256sums = 76f68896f078a9613d420339ef887ca8293884ad2cd0fbc031d89a6af2993636
diff --git a/PKGBUILD b/PKGBUILD
index f5cbcb8a8e6c..129df4bd71f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=(MIT)
depends=(sdl2 chromaprint libebur128)
makedepends=(cmake yasm)
conflicts=(libgroove-git)
-options=('strip' ccache)
+options=('strip')
source=("https://github.com/andrewrk/libgroove/archive/${pkgver}.tar.gz")
sha256sums=('76f68896f078a9613d420339ef887ca8293884ad2cd0fbc031d89a6af2993636')