summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-05-31 15:29:48 +0800
committerChocobo12019-05-31 15:30:24 +0800
commit80f87fa57cba94cb46e825352e915160bcbd93e2 (patch)
treec3b989fd7506891b580aa3a8110a5343cbaea509
parenta14eb0be9b01d07566db809113e58c3dcb59e715 (diff)
downloadaur-80f87fa57cba94cb46e825352e915160bcbd93e2.tar.gz
upgpkg: libtheora-git 1.2.0alpha1.r134.ge5d205b-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85355fab7989..9ae20919d476 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 = 2
+ pkgver = 1.2.0alpha1.r134.ge5d205b
+ pkgrel = 1
url = https://www.theora.org/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = libtheora-git
provides = libtheora
conflicts = libtheora
options = staticlibs
- source = git+https://git.xiph.org/theora.git
+ source = git+https://gitlab.xiph.org/xiph/theora.git
sha256sums = SKIP
pkgname = libtheora-git
diff --git a/PKGBUILD b/PKGBUILD
index 389b9de355e7..c74bfabb9b80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libtheora-git
-pkgver=1.2.0alpha1.r129.gfa5707d
-pkgrel=2
+pkgver=1.2.0alpha1.r134.ge5d205b
+pkgrel=1
pkgdesc="An open video codec developed by the Xiph.org"
arch=('i686' 'x86_64')
url="https://www.theora.org/"
@@ -12,7 +12,7 @@ makedepends=('git' 'libvorbis')
provides=('libtheora')
conflicts=('libtheora')
options=('staticlibs')
-source=("git+https://git.xiph.org/theora.git")
+source=("git+https://gitlab.xiph.org/xiph/theora.git")
sha256sums=('SKIP')
@@ -26,7 +26,9 @@ build() {
cd "theora"
./autogen.sh
- ./configure --prefix="/usr" --disable-examples
+ ./configure \
+ --prefix="/usr" \
+ --disable-examples
make
}
@@ -40,5 +42,5 @@ package() {
cd "theora"
make DESTDIR="$pkgdir" install
- install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/libtheora/COPYING"
+ install -Dm644 "COPYING" -t "$pkgdir/usr/share/licenses/libtheora"
}