summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2015-08-12 11:00:29 +0200
committerFrederic Bezies2015-08-12 11:00:29 +0200
commit9bfc2a96be06a86f88d4103198269c1639ff2074 (patch)
treea4e3785ad8222533ffa8b8abda7440dde5585062
parent10100fec6b3bfc48809e7ef293c655a3df9c6b1e (diff)
downloadaur-9bfc2a96be06a86f88d4103198269c1639ff2074.tar.gz
source line modification
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc37d2e8c3e2..dbadcb78a552 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quakespasm-svn
pkgdesc = A modern Quake 1 engine. Forked from Fitzquake and improved in many ways such as Vorbis/MP3 support for music.
pkgver = 1240
- pkgrel = 1
+ pkgrel = 2
url = http://quakespasm.sourceforge.net
install = quakespasm-svn.install
arch = i686
@@ -11,7 +11,7 @@ pkgbase = quakespasm-svn
depends = libvorbis
depends = libmad
depends = sdl2
- source = svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm
+ source = svn+https://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm
md5sums = SKIP
pkgname = quakespasm-svn
diff --git a/PKGBUILD b/PKGBUILD
index 70b046b2c8e7..ab7a717ff6fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christoph Zeiler <rabyte*gmail> (the fitzquake PKGBUILD was a base)
pkgname=quakespasm-svn
pkgver=1240
-pkgrel=1
+pkgrel=2
pkgdesc="A modern Quake 1 engine. Forked from Fitzquake and improved in many ways such as Vorbis/MP3 support for music."
arch=('i686' 'x86_64')
url="http://quakespasm.sourceforge.net"
@@ -12,7 +12,7 @@ makedepends=('subversion')
install=$pkgname.install
md5sums=('SKIP')
-source=('svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm')
+source=('svn+https://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm')
pkgver() {
cd "$srcdir/quakespasm"