summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle2015-10-02 15:16:29 -0400
committerKyle2015-10-02 15:16:29 -0400
commit96dc8f0166bce83aa7d85c50cef2bd300ee1f302 (patch)
treea74508a121eed8b7b132b26456e5766e4a47276f
parent34c08a6fbb372e033b5f27955bd77905d2efe842 (diff)
downloadaur-96dc8f0166bce83aa7d85c50cef2bd300ee1f302.tar.gz
The git repo at opus-codec.org is broken; changed to the xiph.org mirror, which contains the same code
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9e6ab5afb28..59f9c31d1c4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opus-git
pkgdesc = codec designed for interactive speech and audio transmission over the Internet (git master)
- pkgver = 06.36.g56d8504
+ pkgver = 0.0
pkgrel = 1
url = http://www.opus-codec.org/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = opus-git
provides = opus
conflicts = opus
options = !libtool
- source = git://git.opus-codec.org/opus.git
+ source = git+https://git.xiph.org/opus.git
md5sums = SKIP
pkgname = opus-git
diff --git a/PKGBUILD b/PKGBUILD
index f005e5ce1664..dab9a4d18d3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle <kyle@gmx.ca>
pkgname=opus-git
_gitname=opus
-pkgver=06.36.g56d8504 # 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=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('git')
provides=('opus')
conflicts=('opus')
options=('!libtool')
-source=('git://git.opus-codec.org/opus.git')
+source=('git+https://git.xiph.org/opus.git')
md5sums=('SKIP')
pkgver() {