summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3527674db460..b32e9c168ee6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lain-git
pkgdesc = Layouts, asynchronous widgets and utilities for Awesome WM
pkgver = 1698.025508c
- pkgrel = 3
+ pkgrel = 1
url = https://github.com/lcpz/lain
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index ce0412483bca..9e6e6c7352f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=$_pkgname-git
pkgcom=1698
pkgsha=025508c
pkgver=$pkgcom.$pkgsha
-pkgrel=3
+pkgrel=1
pkgdesc="Layouts, asynchronous widgets and utilities for Awesome WM"
arch=("any")
url="https://github.com/lcpz/$_pkgname"
@@ -18,6 +18,7 @@ sha256sums=("SKIP")
source=("$_pkgname-${pkgver}.zip::https://github.com/lcpz/$_pkgname/archive/$pkgsha.zip")
prepare() {
+ rm -fr $_pkgname
mv "$_pkgname-$pkgsha"* $_pkgname
}