summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpolyzen2016-01-26 19:14:11 -0500
committerpolyzen2016-01-26 19:14:11 -0500
commit5c7bafa6548179027ede252c32c3dfde47f33f80 (patch)
tree4c9c81646cd8502663c45851ab1b9775eb2d1c10
parent6048439c03d61c613608066e03bcf144a38809e8 (diff)
downloadaur-5c7bafa6548179027ede252c32c3dfde47f33f80.tar.gz
add conflicts() for stable package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5342a4f250f7..4ea30ec2e8a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 22 18:50:10 UTC 2015
+# Wed Jan 27 00:12:48 UTC 2016
pkgbase = bitlbee-facebook-git
pkgdesc = Facebook protocol plugin for BitlBee
- pkgver = r81.ac00b33
+ pkgver = r108.8ba3f26
pkgrel = 1
url = https://github.com/jgeboski/bitlbee-facebook
arch = i686
@@ -12,6 +12,7 @@ pkgbase = bitlbee-facebook-git
makedepends = git
depends = bitlbee
depends = json-glib
+ conflicts = bitlbee-facebook
source = git+https://github.com/jgeboski/bitlbee-facebook.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 150f43accbce..d1e5d8e779bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mickael9 <mickael9 at gmail dot com>
pkgname=bitlbee-facebook-git
-pkgver=r81.ac00b33
+pkgver=r108.8ba3f26
pkgrel=1
pkgdesc='Facebook protocol plugin for BitlBee'
arch=('i686' 'x86_64' 'armv7h')
@@ -10,6 +10,7 @@ url='https://github.com/jgeboski/bitlbee-facebook'
license=('GPL')
depends=('bitlbee' 'json-glib')
makedepends=('git')
+conflicts=('bitlbee-facebook')
source=('git+https://github.com/jgeboski/bitlbee-facebook.git')
md5sums=('SKIP')