summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés2019-11-03 13:24:28 +0100
committerAndrés2019-11-03 13:24:28 +0100
commit2bebf4c8f3e4f7002102c314e1de346a9975a13f (patch)
tree092792b510bfec4cce67a317497d8448516180cf
parent736e006dfe606f9cc070fe84bb09743fb2399f14 (diff)
downloadaur-2bebf4c8f3e4f7002102c314e1de346a9975a13f.tar.gz
fixing git dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5b428192972..4d3a385ccd3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = systemd-guest-user
pkgdesc = A simple systemd configurations for guest user support
- pkgver = 33.0
+ pkgver = 33.1
pkgrel = 1
url = https://github.com/Akrai/systemd-guest-user
install = systemd-guest-user.install
arch = any
license = GPL3
+ makedepends = git
depends = systemd
source = systemd-guest-user::git+https://github.com/Akrai/systemd-guest-user
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a0600a63da80..da9633c5d42c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Thanks to azurata and Skidnik for their jobs
pkgname=systemd-guest-user
-pkgver=33.0
+pkgver=33.1
pkgrel=1
url='https://github.com/Akrai/systemd-guest-user'
pkgdesc='A simple systemd configurations for guest user support'
arch=(any)
license=(GPL3)
-depends=(systemd)
+depends=("systemd")
+makedepends=("git")
install=systemd-guest-user.install
#source=("${pkgname}::git://github.com/Akrai/$pkgname") commenting this line in favor of using https as asked by an user
source=("${pkgname}::git+https://github.com/Akrai/$pkgname")