summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Serajnik2021-10-17 12:11:23 +0200
committerMichael Serajnik2021-10-17 12:11:23 +0200
commitddb093049622a9bfb6d374a26f6a7be56774b523 (patch)
tree9716827dc53f3d5cb6b1a91841809e05c7e08971
parentb13599143949ec7480aeca96fecf506d6faf98b6 (diff)
downloadaur-ddb093049622a9bfb6d374a26f6a7be56774b523.tar.gz
Add git as make dependency and update PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8e61d0b7028..0d374fb90471 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = 10ff-git
pkgdesc = Typing tests in CLI
- pkgver = r35.fea0a73
+ pkgver = r53.10d48c2
pkgrel = 1
url = https://github.com/rr-/10ff
arch = any
license = WTFPL
+ makedepends = git
depends = python
source = git+https://github.com/rr-/10ff.git
md5sums = SKIP
pkgname = 10ff-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e8d8afca1d8e..3a2d46199409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Michael Serajnik <ms dot mserajnik dot at>
+# Maintainer: Michael Serajnik <m at mser dot at>
pkgname=10ff-git
_pkgname=10ff
-pkgver=r35.fea0a73
+pkgver=r53.10d48c2
pkgrel=1
pkgdesc="Typing tests in CLI"
-arch=('any')
+arch=("any")
url="https://github.com/rr-/${_pkgname}"
-license=('WTFPL')
-depends=('python')
+license=("WTFPL")
+depends=("python")
+makedepends=("git")
source=("git+https://github.com/rr-/${_pkgname}.git")
-md5sums=('SKIP')
+md5sums=("SKIP")
pkgver() {
cd "${srcdir}/${_pkgname}"