summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-05-31 15:50:51 +0800
committerChocobo12019-05-31 15:50:51 +0800
commit31ece15bfcd453553d6f92ab36e5f395fb6ad589 (patch)
tree344a44952d01cb3d09e6658e9586213ac5a7f945
parentbf17058d0e347862e2cc94b61aa09b8c635914f6 (diff)
downloadaur-31ece15bfcd453553d6f92ab36e5f395fb6ad589.tar.gz
upgpkg: liboggz-git 1.1.1.r37.gacf142b-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9a881255302..924200e8bd52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = liboggz-git
pkgdesc = Tools to inspect, edit and validate Ogg files
pkgver = 1.1.1.r37.gacf142b
- pkgrel = 1
+ pkgrel = 2
url = https://www.xiph.org/oggz/
arch = i686
arch = x86_64
@@ -12,7 +12,6 @@ pkgbase = liboggz-git
depends = sh
provides = liboggz
conflicts = liboggz
- options = !emptydirs
options = staticlibs
source = git+https://gitlab.xiph.org/xiph/liboggz.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a526e505d250..ae29b42c64a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=liboggz-git
pkgver=1.1.1.r37.gacf142b
-pkgrel=1
+pkgrel=2
pkgdesc="Tools to inspect, edit and validate Ogg files"
arch=('i686' 'x86_64')
url="https://www.xiph.org/oggz/"
@@ -11,7 +11,7 @@ depends=('glibc' 'libogg' 'sh')
makedepends=('git')
provides=('liboggz')
conflicts=('liboggz')
-options=('!emptydirs' 'staticlibs')
+options=('staticlibs')
source=("git+https://gitlab.xiph.org/xiph/liboggz.git")
sha256sums=('SKIP')