summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2021-01-23 00:55:02 +0100
committerDavide Depau2021-01-23 00:55:02 +0100
commit145c296a865c6a5e9f0fe8598fb04fa3da3ff294 (patch)
tree5c256f793015d7df59c053f658b64f11fba6baeb
parentc646f6656058b4aa7487db8ba6d3192fc224bc48 (diff)
downloadaur-145c296a865c6a5e9f0fe8598fb04fa3da3ff294.tar.gz
Update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa17b4bed57a..66f2c44875d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ydotool-git
pkgdesc = Generic command-line automation tool (no X!), works on Wayland
pkgver = v0.2.0.r7.gce27b46
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ReimuNotMoe/ydotool
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = ydotool-git
makedepends = git
makedepends = make
makedepends = pkg-config
- makedepends = boost
+ makedepends = scdoc
depends = boost-libs
provides = ydotool
conflicts = ydotool
diff --git a/PKGBUILD b/PKGBUILD
index 893d2ec33f2b..11bf8cfd5834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=ydotool
pkgname=$_pkgname-git
pkgver=v0.2.0.r7.gce27b46
-pkgrel=1
+pkgrel=2
pkgdesc="Generic command-line automation tool (no X!), works on Wayland"
arch=('i686' 'x86_64' 'armv7h' 'aarch64' 'pentium4')
depends=('boost-libs')
-makedepends=('cmake' 'git' 'make' 'pkg-config' 'boost')
+makedepends=('cmake' 'git' 'make' 'pkg-config' 'scdoc')
url="https://github.com/ReimuNotMoe/ydotool"
license=('MIT')
source=(${_pkgname}::git+https://github.com/ReimuNotMoe/ydotool.git)