summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Venries2017-06-01 21:05:46 +0200
committerThomas Venries2017-06-01 21:05:46 +0200
commitaeaba05a900cd6cec1eebd246f7b640b66e9930b (patch)
treedbcd00d005aa8eb170cae2130c695ddb3f3b970f /PKGBUILD
parentf0fdece7270d5a2bd21532fd36cf8d57cf1768a9 (diff)
downloadaur-aeaba05a900cd6cec1eebd246f7b640b66e9930b.tar.gz
pkg: Fixed sources.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d7a28d69305..adebe6264a23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,10 @@ depends=('xorg-xrandr')
provides=("${pkgname}")
conflicts=("${pkgname}")
makedepends=('help2man')
-source=("https://github.com/Ventto/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("https://github.com/Ventto/${pkgname}/archive/v${pkgver}.tar.gz"
+ "https://github.com/Ventto/posix-shell-list/archive/v1.0.tar.gz")
-sha256sums=('SKIP')
+sha256sums=('SKIP' 'SKIP')
prepare() {
cd ${srcdir}