aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreoli3n2020-11-16 13:24:31 +0100
committereoli3n2020-11-16 13:24:31 +0100
commit2a6847d7e40cfdb5b8715a0b84b6ee84a0a27098 (patch)
treef9afc79728af8fb82eab20628f3deb0d10b30c23
parent086d5975eebc5307007513ad48143257a93603f9 (diff)
downloadaur-2a6847d7e40cfdb5b8715a0b84b6ee84a0a27098.tar.gz
added curl as depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecc26c799fdf..85de22c3fda4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = upaste
pkgdesc = Paste and upload files on x0.at
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/eoli3n/upaste
arch = any
license = UNLICENSE
- optdepends = wl-clipboard: Command-line copy/paste utilities for Wayland
+ depends = curl
+ optdepends = wl-clipboard: Command-line copy/paste utilities for Wayland,
optdepends = xclip: Command line interface to the X11 clipboard
source = up
source = UNLICENSE
diff --git a/PKGBUILD b/PKGBUILD
index c88c0a9116f2..6db8c065aa15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,9 @@ pkgdesc="Paste and upload files on x0.at"
arch=('any')
url="https://github.com/eoli3n/$pkgname"
license=('UNLICENSE')
-optdepends=('wl-clipboard: Command-line copy/paste utilities for Wayland'
+optdepends=('wl-clipboard: Command-line copy/paste utilities for Wayland',
'xclip: Command line interface to the X11 clipboard')
+depends=('curl')
source=("up"
"UNLICENSE")
sha256sums=("4e668585d0424b86aa98f7349177339966955adb1aeb39ca34205c468d5b3c1c"