summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtto Ahoniemi2020-09-30 10:37:04 +0300
committerOtto Ahoniemi2020-09-30 10:37:04 +0300
commite3d24fb94cbd46cd1fb5f9f2040f4c0e27a6f6cd (patch)
tree8da384817576ccb1d695222854d0176370063a21
parent205fa3aaf4231e8e4b2bb803469772b7b937f9c2 (diff)
downloadaur-e3d24fb94cbd46cd1fb5f9f2040f4c0e27a6f6cd.tar.gz
Add curl as deps, change checksum base to sha512
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c3a1b761db7..92d8612423c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,10 @@ pkgdesc="Command-line interface for Kanttiinit, a Finnish student restaurant
menu tool (git)"
arch=('any')
url="https://github.com/Kanttiinit/cli"
+depends=('curl')
makedepends=('gcc' 'make' 'git')
source=(git+$url)
-md5sums=('SKIP')
+sha512sums=('SKIP')
build() {
cd $dest