summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2021-07-29 13:06:42 -0400
committernick black2021-07-29 13:06:42 -0400
commit427e0ba029e28a0ecc617097cf92492983a309f9 (patch)
tree0284e9e11feda72ca0bceef8a1ddb59b68a6c6be
parent0b284c14236d0899373701f85627002737b982ce (diff)
downloadaur-427e0ba029e28a0ecc617097cf92492983a309f9.tar.gz
pkgrel resets to 1, not 0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55ba2f0533fb..f58409d228d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notcurses
pkgdesc = Blingful TUI/character graphics library
pkgver = 2.3.12
- pkgrel = 0
+ pkgrel = 1
url = https://nick-black.com/dankwiki/index.php/Notcurses
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 045f8b6cb7cc..d689cf62d80f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=notcurses
pkgver=2.3.12
-pkgrel=0
+pkgrel=1
pkgdesc="Blingful TUI/character graphics library"
url="https://nick-black.com/dankwiki/index.php/Notcurses"
license=('Apache')