summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfseoane2024-05-11 17:19:38 +0200
committerfseoane2024-05-11 17:19:38 +0200
commit79f9f7b3832d9e09440deb53d5345808238d7eb3 (patch)
tree9d701dabb38f3d03fb5963098e0b8f18844bd1b0
parent44d722acb2f5764075b004c464ffb1a75a4688a3 (diff)
downloadaur-79f9f7b3832d9e09440deb53d5345808238d7eb3.tar.gz
v1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62b72f80efdb..f5210a398148 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.4
- pkgrel = 14
+ pkgver = 1.5
+ pkgrel = 15
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.4/pulpo.1.4_Arch_amd64.zip
+ source = https://github.com/fseoane/pulpo/releases/download/v1.5/pulpo.1.5_Arch_amd64.zip
md5sums = SKIP
pkgname = pulpo-bin
diff --git a/PKGBUILD b/PKGBUILD
index d4019d184bc4..7aa75ca8bb31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
mypackagename=pulpo # only if github repo has a different name than this pkgbase/pkgname
pkgname=pulpo-bin
pkgbase=pulpo-bin
-pkgver=1.4 # remember to also change the version number bellow in the pkgver() function
-pkgrel=14
+pkgver=1.5 # remember to also change the version number bellow in the pkgver() function
+pkgrel=15
epoch=
pkgdesc="A Gnome (wayland) shell notifier for Gotify and Ntfy server based on Rust."
arch=('x86_64')