summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Morris2020-10-19 17:06:59 -0700
committerKevin Morris2020-10-19 17:06:59 -0700
commite26dd87cb1f0e46842f745c03163471f56096fb5 (patch)
treef83247963a38cb3e691b2e4268c11b5263b780b6
parent5d38f63449a4a287241c116a126eac80a5464c52 (diff)
downloadaur-e26dd87cb1f0e46842f745c03163471f56096fb5.tar.gz
Re-release 0.3.0, bump pkgrel.
Signed-off-by: Kevin Morris <kevr@0cost.org>
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c47b2cbd65d..3816b5b761a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
pkgname='sprunge'
release='0.3'
pkgver="${release}.0"
-pkgrel=1
+pkgrel=2
pkgdesc='Upload data to sprunge.us via stdin'
license=('GPL2')
url='https://github.com/kevr/sprunge'
arch=('i686' 'x86_64' 'armv6h')
depends=('python')
-optdepends=('xclip: default --clipboard-command.')
-source=("https://www.github.com/kevr/sprunge/archive/${release}.tar.gz")
+optdepends=('xclip: default --clip-command.')
+source=("${url}/archive/${release}.tar.gz")
sha256sums=(
- '85844eccc7d1a6e22b11decb613305a68362d373258d0801d0b186cb3d9b60ab'
+ 'd806968a85def53a22b9674ffddb0c4a2b1f42b01cdd83a53d68b79caa6e81ff'
)
package()