summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-07-10 16:21:56 +0100
committerFFY002018-07-10 16:21:56 +0100
commit4c7b9fe2f3c67d41e376e6c8bec573d7bdb6d238 (patch)
tree447a42fd2c994b899fc8b021b9808fda03bc6853
parent82dd73f1cdbb7b7cb26302c00373e2283cb8306c (diff)
downloadaur-4c7b9fe2f3c67d41e376e6c8bec573d7bdb6d238.tar.gz
pkgbuild: renamed source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30aba2dae49f..63b615e99e6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = limesuite
conflicts = limesuite
conflicts = limesdr
conflicts = soapylms7
- source = https://github.com/myriadrf/LimeSuite/archive/v18.06.0.tar.gz
+ source = limesuite-18.06.0::https://github.com/myriadrf/LimeSuite/archive/v18.06.0.tar.gz
source = limesuitegui.desktop
sha256sums = 8d214b5bdffdadba9499b058d41ff8a705f73054497408fe10ff9451a5a92396
sha256sums = b00c833a1dcd0b7e23a735aa4dd0a4060032f915de85ef7396f938b1bcedfecf
diff --git a/PKGBUILD b/PKGBUILD
index c416999984d2..5dff32f40a77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,10 @@ depends=('sqlite3' 'wxgtk3' 'opengl-driver' 'libusb>=1.0' 'soapysdr' 'wget')
makedepends=('cmake')
provides=('limesuite' 'limesdr' 'soapylms7')
conflicts=('limesuite' 'limesdr' 'soapylms7')
-source=(
- "https://github.com/myriadrf/LimeSuite/archive/v$pkgver.tar.gz"
- 'limesuitegui.desktop'
-)
-sha256sums=(
- '8d214b5bdffdadba9499b058d41ff8a705f73054497408fe10ff9451a5a92396'
- 'b00c833a1dcd0b7e23a735aa4dd0a4060032f915de85ef7396f938b1bcedfecf'
-)
+source=("$pkgname-$pkgver::$url/archive/v$pkgver.tar.gz"
+ 'limesuitegui.desktop')
+sha256sums=('8d214b5bdffdadba9499b058d41ff8a705f73054497408fe10ff9451a5a92396'
+ 'b00c833a1dcd0b7e23a735aa4dd0a4060032f915de85ef7396f938b1bcedfecf')
build() {
mkdir -p "$srcdir"/LimeSuite-$pkgver/build