summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle2020-06-02 20:00:53 -0400
committerKyle2020-06-02 20:00:53 -0400
commit26db3940bc5ead2431d153643fcb12bc3d2b3f5b (patch)
tree551c5e5130cfbd503b330eac1d8166b2d9cb87ed
parenta5c8839491fbeccb17b2f910a4f17952a705dff6 (diff)
downloadaur-26db3940bc5ead2431d153643fcb12bc3d2b3f5b.tar.gz
Fix maintainer email and git source URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25b921663c2a..cb8fb11c2696 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Apr 2 16:24:22 UTC 2016
pkgbase = opus-tools-git
pkgdesc = A collection of tools for working with opus files (git version)
pkgver = 0.1.9.9.gaa7e018
@@ -16,7 +14,7 @@ pkgbase = opus-tools-git
depends = libogg
provides = opus-tools
conflicts = opus-tools
- source = git+https://git.xiph.org/opus-tools.git
+ source = git+https://gitlab.xiph.org/xiph/opus-tools.git
md5sums = SKIP
pkgname = opus-tools-git
diff --git a/PKGBUILD b/PKGBUILD
index ae06189b2ccf..fa5260a13efa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Kyle <kyle@gmx.ca>
+# Maintainer: Kyle <kyle@free2.ml>
pkgname=opus-tools-git
_gitname=opus-tools
pkgver=0.1.9.9.gaa7e018 # determined from git origin
@@ -11,7 +11,7 @@ depends=(opus libogg)
makedepends=('git')
provides=(opus-tools)
conflicts=(opus-tools)
-source=('git+https://git.xiph.org/opus-tools.git')
+source=('git+https://gitlab.xiph.org/xiph/opus-tools.git')
md5sums=('SKIP')
pkgver() {