summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2018-10-04 14:56:03 +0100
committerWorMzy Tykashi2018-10-04 14:56:03 +0100
commit0283f491cd7e6d502c3983b965afbab25be39c70 (patch)
treecb032f32755c9d562f150900a769048bcc76c0d5 /PKGBUILD
parent6f360310e8380c82d4b03eba58423f35ef06f5b6 (diff)
downloadaur-0283f491cd7e6d502c3983b965afbab25be39c70.tar.gz
Update for upstream branch change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9ac90489879..e648dc0d302a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,22 @@
pkgname=compton-git
_gitname=compton
-epoch=1
-pkgver=1.r1.g265dc67_2018.09.10
+epoch=2
+pkgver=Next.r3.g9654d0b_2018.10.04
pkgrel=1
pkgdesc="X Compositor (a fork of xcompmgr-dana) (git-version)"
arch=(i686 x86_64)
url="https://github.com/yshui/compton"
-license=('MIT')
-depends=('libgl' 'libdbus' 'libxcomposite' 'libxdamage' 'libxrandr' 'pcre' 'libconfig' 'libxinerama' 'hicolor-icon-theme')
+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')
optdepends=('dbus: To control compton via D-Bus'
'xorg-xwininfo: For compton-trans'
'xorg-xprop: For compton-trans')
provides=('compton')
conflicts=('compton')
-source=(git+"https://github.com/yshui/compton.git")
+source=(git+"https://github.com/yshui/compton.git#branch=next")
md5sums=("SKIP")
pkgver() {
@@ -40,7 +41,7 @@ package() {
make PREFIX="$pkgdir/usr" install
# install license
- install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$_gitname/LICENSE"
+ install -D -m644 "LICENSES/MIT" "$pkgdir/usr/share/licenses/$_gitname/LICENSE-MIT"
# example conf
install -D -m644 "compton.sample.conf" "$pkgdir/etc/xdg/compton.conf.example"