summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2018-05-16 17:41:28 +0200
committerzoe2018-05-16 17:41:28 +0200
commit069d85b2ad309fc7c2ba1085041836557f01ccd0 (patch)
tree723438059095f57e080b35ef98082e2cb3d4db4e
parent3cfdd814ab8ef05c1cc64caec1902b95715839fb (diff)
downloadaur-069d85b2ad309fc7c2ba1085041836557f01ccd0.tar.gz
add galileo as conflicts package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f287c84f3bed..6607684fca01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 16 15:36:00 UTC 2018
+# Wed May 16 15:40:44 UTC 2018
pkgbase = galileo-dev
pkgdesc = Utility to securely synchronize a Fitbit tracker with the Fitbit server. Development version, which supports synchronization without dongle, through bluetooth (experimental)
pkgver = 1.0dev
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/benallard/galileo
install = galileo.install
arch = any
@@ -13,6 +13,7 @@ pkgbase = galileo-dev
depends = python-pyusb
depends = python-requests
depends = python-pydbus
+ conflicts = galileo
options = !emptydirs
backup = etc/galileo/config
source = galileo-dev::hg+https://bitbucket.org/benallard/galileo/src#branch=default
diff --git a/PKGBUILD b/PKGBUILD
index e0b712090e15..7777ac9cdf51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=galileo-dev
pkgver=1.0dev
-pkgrel=1
+pkgrel=2
pkgdesc='Utility to securely synchronize a Fitbit tracker with the Fitbit server. Development version, which supports synchronization without dongle, through bluetooth (experimental)'
license=('LGPL3')
url='https://bitbucket.org/benallard/galileo'
depends=('python-pyusb' 'python-requests' 'python-pydbus')
makedepends=('mercurial' 'python-setuptools')
+conflicts=('galileo')
source=("$pkgname::hg+https://bitbucket.org/benallard/galileo/src#branch=default")
md5sums=('SKIP')
arch=('any')