summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle2020-06-02 19:16:44 -0400
committerKyle2020-06-02 19:16:44 -0400
commit258a9aa6bcd02bb2cedb0754ef25507a0594f5ae (patch)
tree27bda9f6608a5a0e8fbc36323922fbb2045412d1
parent66143a7ea9117eb5bfdbcd23f7744872ec628129 (diff)
downloadaur-opus-git.tar.gz
Fixed git source URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39950e9c0070..9db40b26c66a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Apr 2 16:21:17 UTC 2016
pkgbase = opus-git
pkgdesc = codec designed for interactive speech and audio transmission over the Internet (git master)
- pkgver = 1.1.1.rc.74.ge40df01
+ pkgver = 0.0
pkgrel = 1
url = http://www.opus-codec.org/
arch = aarch64
@@ -16,7 +14,7 @@ pkgbase = opus-git
provides = opus
conflicts = opus
options = !libtool
- source = git+https://git.xiph.org/opus.git
+ source = git+https://gitlab.xiph.org/xiph/opus.git
md5sums = SKIP
pkgname = opus-git
diff --git a/PKGBUILD b/PKGBUILD
index d2a07c567859..eba363fca48f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle <kyle@free2.ml>
pkgname=opus-git
_gitname=opus
-pkgver=1.1.1.rc.74.ge40df01 # automatically determined from git origin
+pkgver=0.0 # automatically determined from git origin
pkgrel=1
pkgdesc="codec designed for interactive speech and audio transmission over the Internet (git master)"
arch=('aarch64' 'armv6h' 'armv7h' 'i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('git')
provides=('opus')
conflicts=('opus')
options=('!libtool')
-source=('git+https://git.xiph.org/opus.git')
+source=('git+https://gitlab.xiph.org/xiph/opus.git')
md5sums=('SKIP')
pkgver() {