summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Simon2015-06-27 15:08:40 -0700
committerRaphael Simon2015-06-27 15:08:40 -0700
commita4092f65fd004ce661e782912ebae1c97f14b0e3 (patch)
tree5d25512033017b5e7b81c2f048d5d41d1ab3e661
parent12dffaea7c5d7b31ee4052766b953efb9391ae5e (diff)
downloadaur-a4092f65fd004ce661e782912ebae1c97f14b0e3.tar.gz
Fix URL to source package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c62135d58cb..2c3181dff29f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = linux-samus4
makedepends = inetutils
makedepends = bc
options = !strip
- source = https://github.com/raphael/linux-4.1-samus/archive/1.1.tar.gz
+ source = https://github.com/raphael/linux-4.1-samus/archive/v1.1.tar.gz
source = config
source = linux.preset
md5sums = ef115122208c6b68c943e4bc93ef6163
diff --git a/PKGBUILD b/PKGBUILD
index 1b8d60af2b9c..96c71fb24e07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://www.kernel.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
options=('!strip')
-source=("https://github.com/raphael/linux-4.1-samus/archive/1.1.tar.gz"
+source=("https://github.com/raphael/linux-4.1-samus/archive/v1.1.tar.gz"
"config"
"linux.preset"
)