summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2021-03-23 09:07:20 +0000
committerLeonidas Spyropoulos2021-03-23 09:07:20 +0000
commit764cc3b058ebdbe575b23c941721097f88f088ae (patch)
treea0830542b54a3b4a9f48ece64b3d397dde6f7645
parente27ae505e9cb951415bfe8ae7211c91e49608e77 (diff)
downloadaur-764cc3b058ebdbe575b23c941721097f88f088ae.tar.gz
upgpkg: auracle-git r366.8739929-1
Let's try libsystemd instead of libsystemd.so
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad0e4752bce2..2a9e6e944872 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = auracle-git
makedepends = systemd
depends = pacman
depends = libcurl.so
- depends = libsystemd.so
+ depends = libsystemd
provides = auracle
conflicts = auracle
source = git+https://github.com/falconindy/auracle.git
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")