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 612cc4a97be7..0aed6d61b53c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = awesome-freedesktop-git
pkgdesc = Freedesktop.org menu and desktop icons support for Awesome WM
pkgver = 105.6951b09
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lcpz/awesome-freedesktop
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 93df5bd12fb2..9a328c9c15bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=$_pkgname-git
pkgcom=105
pkgsha=6951b09
pkgver=$pkgcom.$pkgsha
-pkgrel=2
+pkgrel=3
pkgdesc="Freedesktop.org menu and desktop icons support for Awesome WM"
arch=("any")
url="https://github.com/lcpz/$_pkgname"
@@ -17,6 +17,7 @@ sha256sums=("SKIP")
source=("$_pkgname-${pkgver}.zip::https://github.com/lcpz/$_pkgname/archive/$pkgsha.zip")
prepare() {
+ rm -fr "$_pkgname/$_pkgname-$pkgsha"*
mv "$_pkgname-$pkgsha"* $_pkgname
}