summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCory Swauger2016-04-12 16:14:10 -0500
committerCory Swauger2016-04-12 16:14:10 -0500
commit3d4bc6da272d02dcdaf3c7d595ecad65f7f56b17 (patch)
tree78d2a6f4cff77c2db66c0ba238f4860300c70a82 /PKGBUILD
parentb4c5f9188f7e84123c71e383e2c0e570af1388a9 (diff)
downloadaur-3d4bc6da272d02dcdaf3c7d595ecad65f7f56b17.tar.gz
actually did the things from the last commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0dfb39d30bb..da762340c56b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=('meliora-openbox-themes::git+https://bitbucket.org/Ensayia/meliora-openb
md5sums=('SKIP')
pkgver() {
- cd "$srcdir/Lila-hd-icon-theme"
+ cd "$srcdir/$pkgname"
git describe --always | sed 's|-|.|g'
}