summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed6e367e22a7..a547ba0e3269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,16 @@
pkgname=govarnam-git
pkgver=1.9.0.r2.gda1b445
-pkgrel=2
+pkgrel=3
pkgdesc="Transliteration and reverse transliteration for Indian languages"
arch=('x86_64')
url="https://varnamproject.github.io/"
license=('AGPL')
-makedepends=('go')
+makedepends=('go' 'git')
source=("${pkgname}::git+https://github.com/varnamproject/govarnam.git")
sha256sums=('SKIP')
provides=('govarnam')
-prepare() {
- cd "$pkgname"
- # mkdir -p build
-}
-
pkgver() {
cd "$pkgname"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | sed 's/^v//g'