summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormewmew2018-03-24 04:00:33 +0100
committermewmew2018-03-24 04:00:33 +0100
commit2f7304d775d598c8fd31a065384810693fd6d709 (patch)
treed527176e5a3906f8f4dc4bcca27827723122ff4b /PKGBUILD
parent2e155932dd394c7964ceb491acb812c2e8fc0680 (diff)
downloadaur-2f7304d775d598c8fd31a065384810693fd6d709.tar.gz
fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1747a5f1f7bb..e0c8ae65b09e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _gitroot='https://github.com/mewkiz/lwt.git'
_gitname='lwt'
pkgver() {
- cd ${srcdir}/${_pkgname}
+ cd ${srcdir}
git log -1 --format="%cd" --date="format:%Y_%m_%d"
}