summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2018-12-31 11:47:06 +0100
committerJulian Xhokaxhiu2018-12-31 11:47:06 +0100
commit4b5e7cb5885a04d92ec9258683d4a1b09addd48c (patch)
tree1e418111f69b23cb67436533b88f83a8ec2d0924 /PKGBUILD
parent313ce7e47fd2c4fcb96aa837b95de99012da78d2 (diff)
downloadaur-4b5e7cb5885a04d92ec9258683d4a1b09addd48c.tar.gz
Fix package file name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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
}