summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Morris2020-10-19 17:09:46 -0700
committerKevin Morris2020-10-19 17:09:46 -0700
commitc435c4a0bbd341c2299c3bf40fe458e12ad0f674 (patch)
tree0538f27f437f4d3c7ae121d3530f2c518bcb8b40
parente26dd87cb1f0e46842f745c03163471f56096fb5 (diff)
downloadaur-c435c4a0bbd341c2299c3bf40fe458e12ad0f674.tar.gz
Patches to PKGBUILD; sha256sum, optdepends.
Signed-off-by: Kevin Morris <kevr@0cost.org>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fec6ab199069..91f77fde449f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = sprunge
pkgdesc = Upload data to sprunge.us via stdin
pkgver = 0.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kevr/sprunge
arch = i686
arch = x86_64
arch = armv6h
license = GPL2
depends = python
- optdepends = xclip: default --clipboard-command.
- source = https://www.github.com/kevr/sprunge/archive/0.3.tar.gz
- sha256sums = 85844eccc7d1a6e22b11decb613305a68362d373258d0801d0b186cb3d9b60ab
+ optdepends = xclip: default --clip-command
+ source = https://github.com/kevr/sprunge/archive/0.3.tar.gz
+ sha256sums = d806968a85def53a22b9674ffddb0c4a2b1f42b01cdd83a53d68b79caa6e81ff
pkgname = sprunge
diff --git a/PKGBUILD b/PKGBUILD
index 3816b5b761a4..182eadf791af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='https://github.com/kevr/sprunge'
arch=('i686' 'x86_64' 'armv6h')
depends=('python')
-optdepends=('xclip: default --clip-command.')
+optdepends=('xclip: default --clip-command')
source=("${url}/archive/${release}.tar.gz")
sha256sums=(
'd806968a85def53a22b9674ffddb0c4a2b1f42b01cdd83a53d68b79caa6e81ff'