summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Bazin2017-11-07 22:05:53 +0100
committerQuentin Bazin2017-11-07 22:05:53 +0100
commit19b1acdb082f2acfdb23d3452eef4844052c1026 (patch)
treed2d25d045c5ddca9159e0566b96d26ffdb4510c3
parent6dfd3c501516972602a9e254a162d5a9fad27639 (diff)
downloadaur-eifl-git.tar.gz
Development version added.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d702138e196..a9110867e349 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = eifl-git
depends = qt5-base
depends = qtkeychain
depends = curl
+ provides = eifl
+ conflicts = eifl-dev-git
source = eifl::git+https://github.com/Quent42340/EIFL.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index def23b68e29b..e77df6c407e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ arch=("i686" "x86_64")
url="https://github.com/Quent42340/EIFL"
depends=("qt5-base" "qtkeychain" "curl")
makedepends=("cmake" "cpr-git")
+provides=("eifl")
+conflicts=("eifl-dev-git")
source=("${_pkgname}::git+${url}.git")
md5sums=("SKIP")