summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index affde6e22064..4e1b1a47a7d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = locksmith-git
pkgdesc = A simple password generator applet. Designed for Pantheon Shell
pkgver = r128.aa677b5
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ChristopherNugent/Locksmith
arch = i686
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = locksmith-git
provides = locksmith
provides = locksmith-git
conflicts = locksmith
+ conflicts = vala-git
source = git+https://github.com/ChristopherNugent/Locksmith.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e2903e397f37..38977e690bdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _author=ChristopherNugent
_pkgname=locksmith
pkgname=("${_pkgname}-git")
pkgver=r128.aa677b5
-pkgrel=3
+pkgrel=4
pkgdesc="A simple password generator applet. Designed for Pantheon Shell"
arch=('i686' 'x86_64')
url="https://github.com/${_author}/${_gitname}"
@@ -15,7 +15,7 @@ depends=('gtk3' 'granite' 'libgee')
optdepends=('')
makedepends=('git' 'meson' 'vala<0.46.0-1' 'debhelper')
provides=("${_pkgname}" "${pkgname}")
-conflicts=("${_pkgname}")
+conflicts=("${_pkgname}" "vala-git")
source=("git+${url}.git")
md5sums=('SKIP')