summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2017-03-14 14:14:52 +0100
committertadly2017-03-14 14:14:52 +0100
commit4562cf7f81511a35c6e71785969ffb8209637554 (patch)
tree47264a564f0e8924ed967331aa63872dc1252b54
parenta2382372b51ce990d762bbb9a5ef22e546ee8005 (diff)
downloadaur-4562cf7f81511a35c6e71785969ffb8209637554.tar.gz
added conflicts and provides
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 963c662febf8..b495423ce6c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 4 17:43:47 UTC 2017
+# Tue Mar 14 13:14:29 UTC 2017
pkgbase = enpass-bin
pkgdesc = A multiplatform password manager
pkgver = 5.4.1
- pkgrel = 1
+ pkgrel = 2
url = http://enpass.io/
install = enpass-bin.install
arch = i686
@@ -11,6 +11,9 @@ pkgbase = enpass-bin
license = custom
depends = libxss
depends = lsof
+ provides = enpass
+ conflicts = enpass-beta-bin
+ conflicts = enpass-rc-bin
options = !strip
source_i686 = http://repo.sinew.in/pool/main/e/enpass/enpass_5.4.1_i386.deb
sha256sums_i686 = 6082618219b43a489a36112dfdecabca55243c7fab82660a219685d692d37b81
diff --git a/PKGBUILD b/PKGBUILD
index b9a465e523c2..e7c1b2b2f5bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,19 @@ _pkgname=enpass
pkgver=5.4.1
_pkgver_x86_x64=5.4.1
_pkgver_i686=5.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="A multiplatform password manager"
arch=('i686' 'x86_64')
url="http://enpass.io/"
license=('custom')
depends=('libxss' 'lsof')
+conflicts=('enpass-beta-bin' 'enpass-rc-bin')
+provides=("${_pkgname}")
install=enpass-bin.install
source_x86_64=("http://repo.sinew.in/pool/main/e/enpass/${_pkgname}_${_pkgver_x86_x64}_amd64.deb")
source_i686=("http://repo.sinew.in/pool/main/e/enpass/${_pkgname}_${_pkgver_i686}_i386.deb")
-sha256sums_x86_64=(
- '2c0758ea9bbcea1ff4de839144efd327df77acff4557b746ec96b474f8b8c1ca'
-)
-sha256sums_i686=(
- '6082618219b43a489a36112dfdecabca55243c7fab82660a219685d692d37b81'
-)
+sha256sums_x86_64=('2c0758ea9bbcea1ff4de839144efd327df77acff4557b746ec96b474f8b8c1ca')
+sha256sums_i686=('6082618219b43a489a36112dfdecabca55243c7fab82660a219685d692d37b81')
# Disable strip as otherwise the browser extension will not work
options=('!strip')