summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2018-05-14 07:55:10 +0200
committerPhilipp Wolfer2018-05-14 07:55:10 +0200
commited5149a0d22107230344c3ca6632659ade8a6bbd (patch)
treef46e94d2b796e1352396ef275b22267435f15ca9
parentd9c3aaaceb457a0fda00b741695a3aee378ab2f2 (diff)
downloadaur-ed5149a0d22107230344c3ca6632659ade8a6bbd.tar.gz
Removed useless conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 305b32b1bc61..95f1c20aaa76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = librm
pkgdesc = Router Manager library
pkgver = 2.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.tabos.org/
arch = i686
arch = x86_64
@@ -23,8 +23,6 @@ pkgbase = librm
depends = gst-plugins-base
depends = isdn4k-utils
depends = libsecret
- provides = librm=2.0
- conflicts = librm
options = !emptydirs
source = git+https://git.krueger-it.net/tabos.org/librm.git#tag=v2.0
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 667fac21aa3a..97898705f6ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=librm
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Router Manager library"
arch=('i686' 'x86_64')
url="https://www.tabos.org/"
@@ -11,8 +11,6 @@ license=('GPL2')
depends=(glib2 gdk-pixbuf2 libsoup speex libxml2 libtiff spandsp json-glib libsndfile gupnp gssdp gstreamer gst-plugins-base isdn4k-utils libsecret)
makedepends=(meson git)
-conflicts=("${pkgname}")
-provides=("${pkgname}=${pkgver}")
options=('!emptydirs')
source=("git+https://git.krueger-it.net/tabos.org/${pkgname}.git#tag=v${pkgver}")
sha512sums=('SKIP')