summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfseoane2024-02-06 14:54:41 +0100
committerfseoane2024-02-06 14:54:41 +0100
commitead35477d13ea3df65826dbb547aa7f2065ab0d1 (patch)
treebfaf7f8786b2a5a783406fc014241acc6b0c8985
parent636399e21df557790e88679ceef99095d30c8733 (diff)
downloadaur-ead35477d13ea3df65826dbb547aa7f2065ab0d1.tar.gz
corrections PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 973dee652083..89a8c9cdd733 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 = 4
+ pkgrel = 5
url = https://github.com/fseoane/pulpo.git
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = pulpo-bin
replaces = pulpo
backup = etc/pulpo.conf
backup = opt/pulpo/config/pulpo.conf
- source = https://github.com/fseoane/pulpo/releases/download/v1.0/pulpo.v1.0_Arch_amd64.zip
+ source = https://github.com/fseoane/pulpo/releases/download/v1.0/pulpo.1.0_Arch_amd64.zip
md5sums = SKIP
pkgname = pulpo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3e8afb52d824..cda5e5285c12 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=4
+pkgrel=5
epoch=
pkgdesc="A Gnome (wayland) shell notifier for Gotify and Ntfy server based on Rust."
arch=('x86_64')
@@ -21,7 +21,7 @@ backup=('etc/pulpo.conf' 'opt/pulpo/config/pulpo.conf')
options=()
install=
changelog=
-source=("https://github.com/fseoane/pulpo/releases/download/v${pkgver}/${mypackagename}.v${pkgver}_Arch_amd64.zip")
+source=("https://github.com/fseoane/pulpo/releases/download/v${pkgver}/${mypackagename}.${pkgver}_Arch_amd64.zip")
noextract=()
md5sums=('SKIP')
validpgpkeys=()