summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-07-10 16:54:42 +0100
committerFFY002018-07-10 16:54:42 +0100
commitcd5efd7ebcd806d194f42974e45650cad127c7e0 (patch)
treeb5f0f8fcd54ec1bf65e857dc209870ccb5cfb0bf
parent4c7b9fe2f3c67d41e376e6c8bec573d7bdb6d238 (diff)
downloadaur-cd5efd7ebcd806d194f42974e45650cad127c7e0.tar.gz
pkgbuild: removed provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63b615e99e6f..6aa9ad2dd72b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,13 +12,11 @@ pkgbase = limesuite
depends = libusb>=1.0
depends = soapysdr
depends = wget
- provides = limesuite
provides = limesdr
provides = soapylms7
- conflicts = limesuite
conflicts = limesdr
conflicts = soapylms7
- source = limesuite-18.06.0::https://github.com/myriadrf/LimeSuite/archive/v18.06.0.tar.gz
+ source = limesuite-18.06.0.tar.gz::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 5dff32f40a77..9e27f324f769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ url="https://github.com/myriadrf/LimeSuite"
license=('Apache')
depends=('sqlite3' 'wxgtk3' 'opengl-driver' 'libusb>=1.0' 'soapysdr' 'wget')
makedepends=('cmake')
-provides=('limesuite' 'limesdr' 'soapylms7')
-conflicts=('limesuite' 'limesdr' 'soapylms7')
-source=("$pkgname-$pkgver::$url/archive/v$pkgver.tar.gz"
+provides=('limesdr' 'soapylms7')
+conflicts=('limesdr' 'soapylms7')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
'limesuitegui.desktop')
sha256sums=('8d214b5bdffdadba9499b058d41ff8a705f73054497408fe10ff9451a5a92396'
'b00c833a1dcd0b7e23a735aa4dd0a4060032f915de85ef7396f938b1bcedfecf')