summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Tumin2022-08-20 16:28:11 +0300
committerAlexander Tumin2022-08-20 16:28:11 +0300
commitd070d12d96c562c334da73e2da45941a91decd79 (patch)
tree779dbbb73b15cf6e31367246877310f2d74b1134 /PKGBUILD
parent59d4e798688826e780fa8b1738317612d166c410 (diff)
downloadaur-ume-git.tar.gz
fix build in yay / makepkg --nobuild executions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8896e076f02a..54b9f3a4421a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=ume-git
_pkgname=ume
pkgver=r67.242a9f5
-pkgrel=2
+pkgrel=3
pkgdesc="VTE based terminal emulator forked from sakura"
arch=('i686' 'x86_64')
url="https://github.com/SgtWiggles/ume"
@@ -16,7 +16,7 @@ source=("${_pkgname}::git+https://github.com/SgtWiggles/ume.git")
sha256sums=('SKIP')
pkgver() {
- cd ${srcdir}/${_pkgname}
+ cd $startdir/${_pkgname}
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}