summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2021-03-23 09:07:20 +0000
committerLeonidas Spyropoulos2021-03-23 09:07:20 +0000
commit764cc3b058ebdbe575b23c941721097f88f088ae (patch)
treea0830542b54a3b4a9f48ece64b3d397dde6f7645 /PKGBUILD
parente27ae505e9cb951415bfe8ae7211c91e49608e77 (diff)
downloadaur-764cc3b058ebdbe575b23c941721097f88f088ae.tar.gz
upgpkg: auracle-git r366.8739929-1
Let's try libsystemd instead of libsystemd.so
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 285e270980dd..4cd413203a5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='A flexible client for the AUR'
arch=('x86_64' 'i686')
url="https://github.com/falconindy/auracle.git"
license=('MIT')
-depends=('pacman' 'libcurl.so' 'libsystemd.so')
+depends=('pacman' 'libcurl.so' 'libsystemd')
makedepends=('meson' 'git' 'perl' 'systemd')
checkdepends=('gtest' 'gmock')
provides=("$_pkgname")