summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Hill2020-04-06 20:49:02 -0500
committerAndrew Hill2020-04-06 20:49:02 -0500
commit6859b70cd7b9146938ca4f0f5ae7801130a14ac1 (patch)
tree8c29bbcfbdba29697e360aed95d1a03b6b4c19cb
parent71d626dacf8380c4cec2d120e35f6a9944c4ce9d (diff)
downloadaur-6859b70cd7b9146938ca4f0f5ae7801130a14ac1.tar.gz
Add a couple dependencies I forgot and fix leftover versioning weirdness
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fea832376ec..fa3c2a81d340 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bok
pkgdesc = A simple shellscript to manage personal journals
- pkgver = v1.0.1.g9cc54d9
+ pkgver = v1.0
pkgrel = 1
url = https://github.com/astroengisci/bok
arch = any
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")