summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmlb2017-11-24 12:18:43 +0100
committersmlb2017-11-24 12:18:43 +0100
commite9f2a4eb5bb842f5b5f4d73eb3efa6ecc6e12402 (patch)
treefa5b394b62b8f09f534b2b44eb9276883caffda1
parent2deece9682fad9a72071974ac7057278a6eae612 (diff)
downloadaur-e9f2a4eb5bb842f5b5f4d73eb3efa6ecc6e12402.tar.gz
libthinkpad-git: provides and conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 467dbf6d122e..17f3b6ce4377 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libthinkpad-git
pkgdesc = A general purpose userspace ThinkPad library
- pkgver = 2.3.r7.g5f9256f
+ pkgver = 2.3.r11.g0a7a74d
pkgrel = 1
url = https://github.com/libthinkpad/libthinkpad
arch = i686
@@ -10,6 +10,8 @@ pkgbase = libthinkpad-git
makedepends = git
makedepends = pkg-config
depends = libsystemd
+ provides = libthinkpad
+ conflicts = libthinkpad
options = !strip
source = git://github.com/libthinkpad/libthinkpad
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index baa0ecd565b3..13b4fafad28b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: smlb <smlb at riseup dot net>
pkgname=libthinkpad-git
-pkgver=2.3.r7.g5f9256f
+pkgver=2.3.r11.g0a7a74d
pkgrel=1
pkgdesc="A general purpose userspace ThinkPad library"
arch=('i686' 'x86_64')
@@ -9,6 +9,8 @@ url="https://github.com/libthinkpad/libthinkpad"
license=('BSD')
depends=('libsystemd')
makedepends=('cmake' 'git' 'pkg-config')
+conflicts=('libthinkpad')
+provides=('libthinkpad')
options=('!strip')
source=("git://github.com/libthinkpad/libthinkpad")
md5sums=('SKIP')