summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Reisner2019-10-23 16:44:42 -0400
committerDave Reisner2019-10-23 16:44:42 -0400
commit5a35627d10cd546fc42b00a14aebd0455d1af4ff (patch)
tree1772c1283efe292609d8ea550907d4e5ad9e7a78 /PKGBUILD
parentc4772b54a51d90e36882c0c9308ebf79c29a4646 (diff)
downloadaur-5a35627d10cd546fc42b00a14aebd0455d1af4ff.tar.gz
update deps for c++ rewrite
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43163b669f19..3bb0b06e3f97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Contributor: Dave Reisner <d@falconindy.com>
pkgname=pkgfile-git
-pkgver=21
+pkgver=21.38.gaa06367
pkgrel=1
pkgdesc="a pacman .files metadata explorer"
arch=('x86_64' 'i686')
url="http://github.com/falconindy/pkgfile"
license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
+depends=('libarchive' 'curl' 'pcre' 'pacman' 'systemd-libs')
makedepends=('git' 'perl' 'meson')
checkdepends=('python' 'gtest' 'gmock')
conflicts=('pkgfile')