summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bedea52c5e4..808e76937c78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = audaspace-git
pkgdesc = A feature rich high level audio library.
- pkgver = 1.3.0.586.ef0e017
+ pkgver = 1.3.0.662.932739c
pkgrel = 1
url = https://github.com/audaspace/audaspace
arch = i686
@@ -16,8 +16,7 @@ pkgbase = audaspace-git
depends = libsndfile
depends = ffmpeg
depends = jack
- source = git://github.com/audaspace/audaspace.git
+ source = git+https://github.com/audaspace/audaspace.git
md5sums = SKIP
pkgname = audaspace-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ce9534691b69..fc2d4583927e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: neXyon <nexyon at gmail dot com>
pkgname=audaspace-git
-pkgver=1.3.0.586.ef0e017
+pkgver=1.3.0.662.932739c
pkgrel=1
pkgdesc="A feature rich high level audio library."
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ replaces=()
backup=()
options=()
install=
-source=("git://github.com/audaspace/audaspace.git")
+source=("git+https://github.com/audaspace/audaspace.git")
md5sums=('SKIP')
noextract=()
_gitname="audaspace"