summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLin UX2020-05-15 08:43:10 +0800
committerLin UX2020-05-15 08:43:10 +0800
commit2dec15b49a0fde72cf75120f2eb07e5fd1a0db13 (patch)
tree45d371741ec6fbc91c0cb0e8ab26324e5d5a6341
parent26cda1dd4f99b8ea436e9f4f335fe08a71f5d1a6 (diff)
downloadaur-2dec15b49a0fde72cf75120f2eb07e5fd1a0db13.tar.gz
Correct pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f9fea01d772..88c361e03292 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = limnoria
pkgdesc = An IRC bot based on Supybot, with sqlite3 support and other features
pkgver = 20200501
- pkgrel = 3
+ pkgrel = 1
url = https://github.com/ProgVal/Limnoria
install = .install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 0a3f1194ef6d..81f14941628a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=limnoria
_pkgname=Limnoria
pkgver=20200501
_pkgver=2020-05-01
-pkgrel=3
+pkgrel=1
pkgdesc="An IRC bot based on Supybot, with sqlite3 support and other features"
arch=('any')
url="https://github.com/ProgVal/Limnoria"