summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Morris2022-01-03 13:27:36 -0800
committerKevin Morris2022-01-03 13:27:36 -0800
commit8d5259274278ac103c45622ed91b5ee83673db29 (patch)
tree82a9bd6d021bf0260593e6f4b3d777cb18e01927
parent9bcc9b48003dcfa6d1b37cc1e1ef665fbdfd2765 (diff)
downloadaur-8d5259274278ac103c45622ed91b5ee83673db29.tar.gz
revert to pkgrel=1
With the 0.7 tag, pkgrel=2 was accidently carried over. This patch reverts `pkgrel` to `1`, as this is the first update to 0.7. 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 6f698bdd29bf..fdc6ef9bcaea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,9 @@ pkgbase = sprunge
arch = armv6h
license = GPL2
depends = python
+ depends = python-requests
optdepends = xclip: default Xorg clipboard functionality
optdepends = wl-clipboard: default Wayland clipboard functionality
- depends = python-requests
conflicts = sprunge-git
source = https://github.com/kevr/sprunge/archive/refs/tags/0.7.tar.gz
sha256sums = 3c2186a63824e19bdf04fc4d9cc8790eb316d79278b909e7ae947f8c79a37c9d
diff --git a/PKGBUILD b/PKGBUILD
index c81fa4cb4252..c974c5ad2216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname='sprunge'
release='0.7'
pkgver="${release}.0"
-pkgrel=2
+pkgrel=1
pkgdesc='Upload data to sprunge.us via stdin'
license=('GPL2')
url='https://github.com/kevr/sprunge'