summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31ee3ec78c59..bda6bd7087d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,11 +14,10 @@ optdepends=("curl: for IMAP, MPD and weather widgets")
provides=("lain")
conflicts=("lain")
sha256sums=("SKIP")
-commitHash="3328e738bdc1223583fb98730668dfed24395dfc"
-source=("lain-${pkgver}.zip::https://github.com/lcpz/lain/archive/$commitHash.zip")
+source=("lain-${pkgver}.zip::https://github.com/lcpz/lain/archive/$pkgsha.zip")
prepare() {
- mv "lain-$commitHash" lain
+ mv "lain-$pkgsha"* lain
}
package() {