summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-08-19 17:20:09 +0800
committerChocobo12017-08-19 17:20:09 +0800
commita14eb0be9b01d07566db809113e58c3dcb59e715 (patch)
tree64f08f5369ea3e0796b116967b311e5b5938c52b
parent375e0609d686f47d6c90b2cc725fb81c4d8dfa05 (diff)
downloadaur-a14eb0be9b01d07566db809113e58c3dcb59e715.tar.gz
upgpkg: libtheora-git 1.2.0alpha1.r129.gfa5707d-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc3510c480d8..85355fab7989 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libtheora-git
pkgdesc = An open video codec developed by the Xiph.org
pkgver = 1.2.0alpha1.r129.gfa5707d
- pkgrel = 1
+ pkgrel = 2
url = https://www.theora.org/
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = libtheora-git
depends = libogg
provides = libtheora
conflicts = libtheora
+ options = staticlibs
source = git+https://git.xiph.org/theora.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e6b3c3759dd2..389b9de355e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libtheora-git
pkgver=1.2.0alpha1.r129.gfa5707d
-pkgrel=1
+pkgrel=2
pkgdesc="An open video codec developed by the Xiph.org"
arch=('i686' 'x86_64')
url="https://www.theora.org/"
@@ -11,6 +11,7 @@ depends=('glibc' 'libogg')
makedepends=('git' 'libvorbis')
provides=('libtheora')
conflicts=('libtheora')
+options=('staticlibs')
source=("git+https://git.xiph.org/theora.git")
sha256sums=('SKIP')