summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle2015-10-10 09:44:56 -0400
committerKyle2015-10-10 09:44:56 -0400
commitd0f2d5cefd86e7db9ce6f6661b4d20073b86d74f (patch)
treee202908ce29ac128c098e5d43ed3143c093046c2 /PKGBUILD
parentd97b8855c7fc2554c6b0f004a7a191beb4778a47 (diff)
downloadaur-d0f2d5cefd86e7db9ce6f6661b4d20073b86d74f.tar.gz
Using https to clone the repository, as git:// is no longer working.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17550596a425..355147f96ca2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kyle <kyle@gmx.ca>
pkgname=opus-tools-git
_gitname=opus-tools
-pkgver=0.0 # determined from git origin
-pkgrel=2
+pkgver=0.1.9.9.gaa7e018 # determined from git origin
+pkgrel=1
pkgdesc="A collection of tools for working with opus files (git version)"
arch=(i686 x86_64)
url="http://wiki.xiph.org/Opus-tools"
@@ -11,7 +11,7 @@ depends=(opus libogg)
makedepends=('git')
provides=(opus-tools)
conflicts=(opus-tools)
-source=('git://git.xiph.org/opus-tools.git')
+source=('git+https://git.xiph.org/opus-tools.git')
md5sums=('SKIP')
pkgver() {