summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97a7a31eef89..973dee652083 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pulpo-bin
pkgdesc = A Gnome (wayland) shell notifier for Gotify and Ntfy server based on Rust.
pkgver = 1.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/fseoane/pulpo.git
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3b6a5c8f7fe3..3e8afb52d824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ mypackagename=pulpo # only if github repo has a different name than this pkgba
pkgname=pulpo-bin
pkgbase=pulpo-bin
pkgver=1.0 # remember to also change the version number bellow in the pkgver() function
-pkgrel=3
+pkgrel=4
epoch=
pkgdesc="A Gnome (wayland) shell notifier for Gotify and Ntfy server based on Rust."
arch=('x86_64')
@@ -28,7 +28,7 @@ validpgpkeys=()
package() {
- cd "${mypackagename}.v${pkgver}_Arch_amd64"
+ cd "${mypackagename}.${pkgver}_Arch_amd64"
mkdir -p ${pkgdir}/opt/${mypackagename}
mkdir -p ${pkgdir}/opt/${mypackagename}/config
mkdir -p ${pkgdir}/opt/${mypackagename}/resources