summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfseoane2024-02-06 14:13:08 +0100
committerfseoane2024-02-06 14:13:08 +0100
commit2c6cb464c0386b4edfebd502959846ff00b7392d (patch)
tree6f367450c1f2a5db7e40af4cb1d72b0a5f920f9e
parentb9c8ad927bf445aa573c6b8d3368a8ce43b02980 (diff)
downloadaur-2c6cb464c0386b4edfebd502959846ff00b7392d.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 b6636acad866..97a7a31eef89 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 = 2
+ pkgrel = 3
url = https://github.com/fseoane/pulpo.git
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index d96d0ceb8638..3b6a5c8f7fe3 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=2
+pkgrel=3
epoch=
pkgdesc="A Gnome (wayland) shell notifier for Gotify and Ntfy server based on Rust."
arch=('x86_64')