summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dünkelmann2020-12-31 23:09:46 +0100
committerMartin Dünkelmann2020-12-31 23:09:46 +0100
commit48ba91747d81fa109bcef41169a4d02cb9e4ec7e (patch)
treef1c4388eb5445e636c531abf633ba405c89053b4
parentfb7a52f6e64755e8ac738c63577c60b8c3dc0a38 (diff)
downloadaur-48ba91747d81fa109bcef41169a4d02cb9e4ec7e.tar.gz
Add systemd to the makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f31989317d07..27116c3908c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libthinkpad-git
pkgdesc = A general purpose userspace ThinkPad library
pkgver = 2.3.r11.g0a7a74d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libthinkpad/libthinkpad
install = libthinkpad.install
arch = i686
@@ -10,6 +10,7 @@ pkgbase = libthinkpad-git
makedepends = cmake
makedepends = git
makedepends = pkg-config
+ makedepends = systemd
depends = libsystemd
provides = libthinkpad
conflicts = libthinkpad
diff --git a/PKGBUILD b/PKGBUILD
index a2bab03c92a1..c77e1cbd86fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=libthinkpad-git
pkgver=2.3.r11.g0a7a74d
-pkgrel=1
+pkgrel=2
pkgdesc="A general purpose userspace ThinkPad library"
arch=('i686' 'x86_64')
url="https://github.com/libthinkpad/libthinkpad"
license=('BSD')
depends=('libsystemd')
-makedepends=('cmake' 'git' 'pkg-config')
+makedepends=('cmake' 'git' 'pkg-config' 'systemd')
conflicts=('libthinkpad')
provides=('libthinkpad')
options=('!strip')