summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfseoane2024-02-06 15:35:34 +0100
committerfseoane2024-02-06 15:35:34 +0100
commit1bf0560ccd44be4ed1f92aef1f034d284b2bed5b (patch)
tree7ccc597d22c46c68f927886021e70602d622773e
parentead35477d13ea3df65826dbb547aa7f2065ab0d1 (diff)
downloadaur-1bf0560ccd44be4ed1f92aef1f034d284b2bed5b.tar.gz
corrections PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89a8c9cdd733..591b5a6b1daa 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 = 5
+ pkgrel = 6
url = https://github.com/fseoane/pulpo.git
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index cda5e5285c12..6d7b404ce836 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=5
+pkgrel=6
epoch=
pkgdesc="A Gnome (wayland) shell notifier for Gotify and Ntfy server based on Rust."
arch=('x86_64')