summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2018-03-17 10:08:17 +0300
committerasm0dey2018-03-17 10:08:17 +0300
commitebdb87c4634add55c37013ff1c27e9ae80d3e3da (patch)
tree54a98a08f1ffcc0e0c838e9dc16298cc31a401fe
parentf420d7a40f338bf07eac95c5f849cf9cce57bd62 (diff)
downloadaur-ebdb87c4634add55c37013ff1c27e9ae80d3e3da.tar.gz
Adds conflict with fselect-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cf644af984c..b7ca2f6fe904 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = fselect
pkgdesc = Find files with SQL-like queries
pkgver = 0.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jhspetersson/fselect
arch = i686
arch = x86_64
license = MIT
makedepends = rust
depends = gcc-libs
+ provides = fselect
+ conflicts = fselect-git
source = 0.3.2.tar.gz::https://github.com/jhspetersson/fselect/archive/0.3.2.tar.gz
source = LICENSE::https://raw.githubusercontent.com/jhspetersson/fselect/master/LICENSE-MIT
md5sums = 90500ab06feb075317fa0b2fdd2b8f68
diff --git a/PKGBUILD b/PKGBUILD
index 36f183cadd15..2fc2cd48720c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fselect
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://github.com/jhspetersson/fselect"
license=("MIT")
@@ -13,6 +13,9 @@ source=("$pkgver.tar.gz::https://github.com/jhspetersson/$pkgname/archive/$pkgve
md5sums=('90500ab06feb075317fa0b2fdd2b8f68' 'b377b220f43d747efdec40d69fcaa69d')
makedepends=('rust')
depends=('gcc-libs')
+conflicts=('fselect-git')
+provides=('fselect')
+
build() {
cd "$pkgname-$pkgver"
cargo build --release