summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2023-01-29 17:16:28 +0100
committerJulian Xhokaxhiu2023-01-29 17:16:28 +0100
commitb108379695401dd2f6ee33581784ae1781ef4b99 (patch)
treef3f3d033afc8436cfb9cf125afc45f38d03c4c15
parentdb9035bd249bf1926fff979b9f609c0c7f4552d3 (diff)
downloadaur-b108379695401dd2f6ee33581784ae1781ef4b99.tar.gz
0.41.1-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3f8f8c724c1..9dd87172a893 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = publii
pkgdesc = Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners
pkgver = 0.41.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GetPublii/Publii
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 8037da5a9bb5..a192127447ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julian Xhokaxhiu <info at julianxhokaxhiu dot com>
pkgname=publii
pkgver=0.41.1
-pkgrel=1
+pkgrel=2
pkgdesc="Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners"
arch=('x86_64')
url="https://github.com/GetPublii/Publii"
@@ -11,4 +11,5 @@ sha256sums=('2ede926a229db149f76e23a6bcac3c5f47c8e760876f447feefe08e9ac5fc26f')
package() {
bsdtar -xpf "${srcdir}/Publii-$pkgver.rpm" -C $pkgdir
+ [ -d $pkgdir/usr/lib/.build-id ] && rm -rf $pkgdir/usr/lib/.build-id
}