summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2018-10-29 20:49:33 +0000
committerWorMzy Tykashi2018-10-29 20:49:33 +0000
commit9a46a3ddd275ffec14e67de4d2826a8d94813414 (patch)
tree354f1b786b9c80ddcf29da3ba08cf0297019092f
parent15c5ada0489f8868bdd52a03fb908d93a6a8a924 (diff)
downloadaur-9a46a3ddd275ffec14e67de4d2826a8d94813414.tar.gz
Remove asciidoc makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d0efd6cdeaf..7f486515aff1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = compton-git
pkgdesc = X Compositor (a fork of xcompmgr-dana) (git-version)
- pkgver = 565_3.rc1.2.g93dd2d9_2018.10.15
+ pkgver = 585_Next.3.gc0d7f9d_2018.10.29
pkgrel = 1
epoch = 2
url = https://github.com/yshui/compton
@@ -9,7 +9,6 @@ pkgbase = compton-git
license = MIT
license = MPL2
makedepends = git
- makedepends = asciidoc
makedepends = mesa
makedepends = meson
depends = libgl
diff --git a/PKGBUILD b/PKGBUILD
index 0097fb93d3bd..086a917afa59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=compton-git
_gitname=compton
epoch=2
-pkgver=565_3.rc1.2.g93dd2d9_2018.10.15
+pkgver=585_Next.3.gc0d7f9d_2018.10.29
pkgrel=1
pkgdesc="X Compositor (a fork of xcompmgr-dana) (git-version)"
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ url="https://github.com/yshui/compton"
license=('MIT' 'MPL2')
depends=('libgl' 'libev' 'pcre' 'libx11' 'xcb-util-renderutil' 'libxcb' 'xcb-util-image' 'libxext'
'pixman' 'libconfig' 'libdbus' 'hicolor-icon-theme')
-makedepends=('git' 'asciidoc' 'mesa' 'meson')
+makedepends=('git' 'mesa' 'meson')
optdepends=('dbus: To control compton via D-Bus'
'xorg-xwininfo: For compton-trans'
'xorg-xprop: For compton-trans'