summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadav2020-11-01 16:25:54 +0100
committerdadav2020-11-01 16:25:54 +0100
commit474b6b92a9616cbe6dd77bd9198db588280b932d (patch)
treeca4c855836667ddef70ec6606f12eb72e9ef4a67
parent718230420ef0bafac9282b6e1345487ed121f1d7 (diff)
downloadaur-474b6b92a9616cbe6dd77bd9198db588280b932d.tar.gz
update deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea011ead66ce..3da29f11f197 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,9 @@ pkgbase = rofi-tmpmail-git
url = https://github.com/dadav/rofi-tmpmail
arch = x86_64
license = GPL
+ depends = xclip
+ depends = tmpmail-git
+ depends = rofi
provides = rofi-tmpmail
source = https://github.com/dadav/rofi-tmpmail/archive/0.1.0.zip
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e8a169d28ecc..dcb36cc86a25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64')
url="https://github.com/dadav/rofi-tmpmail"
license=('GPL')
makedepends=()
+depends=('xclip' 'tmpmail-git' 'rofi')
provides=('rofi-tmpmail')
source=("https://github.com/dadav/rofi-tmpmail/archive/${pkgver}.zip")
sha256sums=('SKIP')