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 8eeecde2df66..f0c7dba692fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = libcapi
pkgdesc = Modular libcapi20
pkgver = 3.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.tabos.org/
arch = i686
arch = x86_64
license = GPL2
makedepends = meson
makedepends = git
+ conflicts = isdn4k-utils
options = !emptydirs
source = git+https://gitlab.com/tabos/libcapi.git#tag=v3.2.3
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d8b33a342098..5896f91eb3ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=libcapi
pkgver=3.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Modular libcapi20"
arch=('i686' 'x86_64')
url="https://www.tabos.org/"
license=('GPL2')
-
+conflicts=(isdn4k-utils)
makedepends=(meson git)
options=('!emptydirs')