summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2016-05-15 20:16:02 +0100
committerEmmanuel Gil Peyrot2016-05-15 20:16:02 +0100
commit0b5de3b417ecf2f6f71354af639adb398fa78bf9 (patch)
treee99451f489964ea1519c30d072c6260d4931a5b0
parent82555af622d5675551cf2d7fdc7c94b4992388b3 (diff)
downloadaur-0b5de3b417ecf2f6f71354af639adb398fa78bf9.tar.gz
Rename the soundtouch repository to ext-soundtouch, as per upstream.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 374d6f9ba490..797688c2bcf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 28 16:37:51 UTC 2016
+# Sun May 15 19:15:21 UTC 2016
pkgbase = citra-git
pkgdesc = An experimental open-source Nintendo 3DS emulator/debugger
- pkgver = r3548.fda578e
+ pkgver = r3660.6f6af69
pkgrel = 1
url = https://github.com/citra-emu/citra/
arch = i686
@@ -18,7 +18,7 @@ pkgbase = citra-git
source = git+https://github.com/citra-emu/ext-boost
source = git+https://github.com/svn2github/inih
source = git+https://github.com/neobrain/nihstro
- source = git+https://github.com/citra-emu/soundtouch
+ source = git+https://github.com/citra-emu/ext-soundtouch
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 631f0d042c48..eef33b5faa0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase='citra'
pkgbase="$_pkgbase-git"
pkgname=("$_pkgbase-git" "$_pkgbase-qt-git")
-pkgver=r3548.fda578e
+pkgver=r3660.6f6af69
pkgrel=1
pkgdesc="An experimental open-source Nintendo 3DS emulator/debugger"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ source=("$_pkgbase::git+https://github.com/citra-emu/citra"
'git+https://github.com/citra-emu/ext-boost'
'git+https://github.com/svn2github/inih'
'git+https://github.com/neobrain/nihstro'
- 'git+https://github.com/citra-emu/soundtouch')
+ 'git+https://github.com/citra-emu/ext-soundtouch')
md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
pkgver() {
@@ -31,7 +31,7 @@ prepare() {
git config submodule.boost.url "$srcdir/ext-boost"
git config submodule.inih.url "$srcdir/inih"
git config submodule.nihstro.url "$srcdir/nihstro"
- git config submodule.soundtouch.url "$srcdir/soundtouch"
+ git config submodule.soundtouch.url "$srcdir/ext-soundtouch"
git submodule update
}