aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"