summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher A. Williamson2018-04-07 08:45:06 +0100
committerChristopher A. Williamson2018-04-07 08:45:06 +0100
commit08bff728cb200138b15ea604127f1c719d47c4b0 (patch)
tree8a636c8fb01fceef259d38e7529d1cdb6535eb1b
parent88a63535a30853afd11c0dfb14b58abd88786f03 (diff)
downloadaur-08bff728cb200138b15ea604127f1c719d47c4b0.tar.gz
switched from zip to git sourceswq
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08cfbd4465dc..fcaea28ec090 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-jwrdegoede
- pkgver = 4.16.0rc6.2fcd728
- pkgrel = 2
+ pkgver = git
+ pkgrel = 3
url = https://www.kernel.org/
arch = x86_64
license = GPL2
@@ -11,7 +11,7 @@ pkgbase = linux-jwrdegoede
makedepends = bc
makedepends = libelf
options = !strip
- source = https://github.com/jwrdegoede/linux-sunxi/archive/master.zip
+ source = git+https://github.com/jwrdegoede/linux-sunxi.git
source = 60-linux.hook
source = 90-linux.hook
source = linux.preset
diff --git a/PKGBUILD b/PKGBUILD
index 6f698022f075..caa3853f3155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgbase=linux-jwrdegoede
_srcname=linux-sunxi-master
-pkgver=4.16.0rc6.2fcd728
-pkgrel=2
+pkgver=git
+pkgrel=3
arch=('x86_64')
url='https://www.kernel.org/'
license=('GPL2')
makedepends=('git' 'xmlto' 'kmod' 'inetutils' 'bc' 'libelf')
options=('!strip')
source=(
- 'https://github.com/jwrdegoede/linux-sunxi/archive/master.zip'
+ 'git+https://github.com/jwrdegoede/linux-sunxi.git'
'60-linux.hook'
'90-linux.hook'
'linux.preset'