summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-05-31 15:14:45 +0800
committerChocobo12019-05-31 15:14:45 +0800
commitbf17058d0e347862e2cc94b61aa09b8c635914f6 (patch)
tree7a66a3f99db0353dff3cdc7eab414e2055752541
parentb0dd5e7562d7d1f9369b4ae30f895823c65b0f32 (diff)
downloadaur-bf17058d0e347862e2cc94b61aa09b8c635914f6.tar.gz
upgpkg: liboggz-git 1.1.1.r37.gacf142b-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 907001c60eec..a9a881255302 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liboggz-git
pkgdesc = Tools to inspect, edit and validate Ogg files
- pkgver = 1.1.1.r34.gf49574e
+ pkgver = 1.1.1.r37.gacf142b
pkgrel = 1
url = https://www.xiph.org/oggz/
arch = i686
@@ -14,7 +14,7 @@ pkgbase = liboggz-git
conflicts = liboggz
options = !emptydirs
options = staticlibs
- source = git+https://git.xiph.org/liboggz.git
+ source = git+https://gitlab.xiph.org/xiph/liboggz.git
sha256sums = SKIP
pkgname = liboggz-git
diff --git a/PKGBUILD b/PKGBUILD
index 950dd3d6cb43..a526e505d250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=liboggz-git
-pkgver=1.1.1.r34.gf49574e
+pkgver=1.1.1.r37.gacf142b
pkgrel=1
pkgdesc="Tools to inspect, edit and validate Ogg files"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('git')
provides=('liboggz')
conflicts=('liboggz')
options=('!emptydirs' 'staticlibs')
-source=("git+https://git.xiph.org/liboggz.git")
+source=("git+https://gitlab.xiph.org/xiph/liboggz.git")
sha256sums=('SKIP')
@@ -26,7 +26,8 @@ build() {
cd "liboggz"
./autogen.sh
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make
}
@@ -40,7 +41,7 @@ package() {
cd "liboggz"
make DESTDIR="$pkgdir" install
- install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/liboggz/COPYING"
+ install -Dm644 "COPYING" -t "$pkgdir/usr/share/licenses/liboggz"
install -Dm644 "bash-completion/oggz" "$pkgdir/usr/share/bash-completion/completions/oggz"
}