summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Hill2020-04-06 20:49:02 -0500
committerAndrew Hill2020-04-06 20:49:02 -0500
commit6859b70cd7b9146938ca4f0f5ae7801130a14ac1 (patch)
tree8c29bbcfbdba29697e360aed95d1a03b6b4c19cb /PKGBUILD
parent71d626dacf8380c4cec2d120e35f6a9944c4ce9d (diff)
downloadaur-6859b70cd7b9146938ca4f0f5ae7801130a14ac1.tar.gz
Add a couple dependencies I forgot and fix leftover versioning weirdness
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fb9682ad57c..b97e1500e131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgver() {
cd "$srcdir/$pkgname"
printf $(git describe | sed "s/-/./g")
}
-pkgver=v1.0.1.g9cc54d9
+pkgver=v1.0
pkgrel=1
pkgdesc="A simple shellscript to manage personal journals"
arch=('any')
url="https://github.com/astroengisci/bok"
license=('GPL')
-depends=('sh')
+depends=('sh' 'less' 'grep')
makedepends=('git')
provides=("$pkgname")
conflicts=("$pkgname")