summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Morris2020-10-19 19:46:11 -0700
committerKevin Morris2020-10-19 19:46:11 -0700
commit0b8bbde10873451e7da75b303fe9ddf131e70e00 (patch)
tree9601a25acea9540902501424af01168839662c42
parent9c57904990b24ab363449190bfb12a737d4be8ef (diff)
downloadaur-0b8bbde10873451e7da75b303fe9ddf131e70e00.tar.gz
Bump pkgrel
Signed-off-by: Kevin Morris <kevr@0cost.org>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f96b94bfc712..7ff86ca0db3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hastebin
pkgdesc = Upload data to hastebin.com via stdin
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kevr/hastebin
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index df761d6c7d9a..528aaccc2735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname='hastebin'
release='1.1'
pkgver="${release}.0"
-pkgrel=1
+pkgrel=2
pkgdesc='Upload data to hastebin.com via stdin'
license=('GPL2')
url='https://github.com/kevr/hastebin'