summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-06-02 00:10:41 +0100
committerFFY002018-06-02 00:10:41 +0100
commit47dab62f096f2c299187d524b10d40e3b84b5fe2 (patch)
treee129e511cfcd2706ab4fc0e956ffa23efa274a65
parent205aeced3d8b99f03e1fd78f88f4359d96c14331 (diff)
downloadaur-47dab62f096f2c299187d524b10d40e3b84b5fe2.tar.gz
pkgbuild: update checksum
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82c5699c5cd4..d21cf52cf4df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,21 +5,22 @@ pkgbase = limesuite
url = https://github.com/myriadrf/LimeSuite
arch = any
license = Apache
- makedepends = git
makedepends = cmake
depends = sqlite3
depends = wxgtk3
depends = opengl-driver
depends = libusb>=1.0
depends = soapysdr
+ provides = limesuite
provides = limesdr
provides = soapylms7
+ conflicts = limesuite
conflicts = limesdr
conflicts = soapylms7
source = https://github.com/myriadrf/LimeSuite/archive/v18.04.1.tar.gz
source = limesuitegui.desktop
- md5sums = 529b6740ef881846ff09318515baf7f0
- md5sums = 81b3ccb7b942f0dc7e72ae9bb517a3e4
+ sha256sums = 188adf3f464b231b7ee9fea9d3cfc5d7053be8fa5a5a9a6adbb39d63228c5382
+ sha256sums = b00c833a1dcd0b7e23a735aa4dd0a4060032f915de85ef7396f938b1bcedfecf
pkgname = limesuite
diff --git a/PKGBUILD b/PKGBUILD
index 10fd98e980f3..8aad7e5d5ef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,16 @@ arch=(any)
url="https://github.com/myriadrf/LimeSuite"
license=('Apache')
depends=('sqlite3' 'wxgtk3' 'opengl-driver' 'libusb>=1.0' 'soapysdr')
-makedepends=('git' 'cmake')
-provides=('limesdr' 'soapylms7')
-conflicts=('limesdr' 'soapylms7')
+makedepends=('cmake')
+provides=('limesuite' 'limesdr' 'soapylms7')
+conflicts=('limesuite' 'limesdr' 'soapylms7')
source=(
"https://github.com/myriadrf/LimeSuite/archive/v$pkgver.tar.gz"
'limesuitegui.desktop'
)
-md5sums=(
- '529b6740ef881846ff09318515baf7f0'
- '81b3ccb7b942f0dc7e72ae9bb517a3e4'
+sha256sums=(
+ '188adf3f464b231b7ee9fea9d3cfc5d7053be8fa5a5a9a6adbb39d63228c5382'
+ 'b00c833a1dcd0b7e23a735aa4dd0a4060032f915de85ef7396f938b1bcedfecf'
)
build() {