summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77e5df807dcb..09f6b660e3f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
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.32.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GetPublii/Publii
arch = x86_64
license = MIT
- source = https://cdn.getpublii.com/Publii_0.32.4.rpm
+ source = https://cdn.getpublii.com/Publii-0.32.4.rpm
sha256sums = b558d404d83d4760b56efd5479dc35bb6658180ae7e68515e66a79e31f976bec
pkgname = publii
diff --git a/PKGBUILD b/PKGBUILD
index 949a61f47b86..5bd7c75a722a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Julian Xhokaxhiu <info at julianxhokaxhiu dot com>
pkgname=publii
pkgver=0.32.4
-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"
license=('MIT')
-source=("https://cdn.getpublii.com/Publii_$pkgver.rpm")
+source=("https://cdn.getpublii.com/Publii-$pkgver.rpm")
sha256sums=('b558d404d83d4760b56efd5479dc35bb6658180ae7e68515e66a79e31f976bec')
package() {
- bsdtar -xpf "${srcdir}/Publii_$pkgver.rpm" -C $pkgdir
+ bsdtar -xpf "${srcdir}/Publii-$pkgver.rpm" -C $pkgdir
}