summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-02-18 07:11:04 +0200
committerChristoph Gysin2016-02-18 07:11:04 +0200
commit05b56da23ae793420150e7c8acad561b0f3f51a7 (patch)
tree370bda74724b4e380212b5fd9c86043ad45fe22b
parentc1f63b8f97727e57014d922a7f8e1f20573a6243 (diff)
downloadaur-05b56da23ae793420150e7c8acad561b0f3f51a7.tar.gz
remove ccache from options
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f81f6e4de31..455d0c6bfe38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Feb 18 05:10:48 UTC 2016
pkgbase = libgroove-git
pkgdesc = Library that provides decoding and encoding of audio on a playlist.
- pkgver = 4.3.0.59.g4f0fa80
- pkgrel = 1
+ pkgver = 4.3.0.69.g248f87b
+ pkgrel = 2
url = https://github.com/andrewrk/libgroove
arch = i686
arch = x86_64
@@ -15,7 +17,6 @@ pkgbase = libgroove-git
provides = libgroove
conflicts = libgroove
options = strip
- options = ccache
source = git+https://github.com/andrewrk/libgroove.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bcd84f7c6033..4a649a7d2e39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=libgroove-git
_pkgname=libgroove
-pkgver=4.3.0.59.g4f0fa80
-pkgrel=1
+pkgver=4.3.0.69.g248f87b
+pkgrel=2
pkgdesc='Library that provides decoding and encoding of audio on a playlist.'
arch=(i686 x86_64)
url='https://github.com/andrewrk/libgroove'
@@ -14,7 +14,7 @@ depends=(sdl2 chromaprint libebur128 libsoundio)
makedepends=(cmake yasm)
provides=(libgroove)
conflicts=(libgroove)
-options=('strip' ccache)
+options=('strip')
source=('git+https://github.com/andrewrk/libgroove.git')
sha256sums=('SKIP')