summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfseoane2024-04-04 09:31:49 +0200
committerfseoane2024-04-04 09:31:49 +0200
commitec88bb10e026708bf9d2048f6c8a95d4a8aa1332 (patch)
tree2b42e8da634104cb68855e819b9d5ba9bc25541b
parent2fdbda4e35c80a5ce08a2341c771b481ccf15422 (diff)
downloadaur-ec88bb10e026708bf9d2048f6c8a95d4a8aa1332.tar.gz
1.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b55d5a0cdaf..c9106b30e8dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pulpo-bin
pkgdesc = A Gnome (wayland) shell notifier for Gotify and Ntfy server based on Rust.
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 11
url = https://github.com/fseoane/pulpo.git
arch = x86_64
@@ -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.1.0_Arch_amd64.zip
+ source = https://github.com/fseoane/pulpo/releases/download/v1.0/pulpo.1.1_Arch_amd64.zip
md5sums = SKIP
pkgname = pulpo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5bf8e833655d..9431a3cd9154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
mypackagename=pulpo # only if github repo has a different name than this pkgbase/pkgname
pkgname=pulpo-bin
pkgbase=pulpo-bin
-pkgver=1.0 # remember to also change the version number bellow in the pkgver() function
+pkgver=1.1 # remember to also change the version number bellow in the pkgver() function
pkgrel=11
epoch=
pkgdesc="A Gnome (wayland) shell notifier for Gotify and Ntfy server based on Rust."