summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2018-10-04 14:56:03 +0100
committerWorMzy Tykashi2018-10-04 14:56:03 +0100
commit0283f491cd7e6d502c3983b965afbab25be39c70 (patch)
treecb032f32755c9d562f150900a769048bcc76c0d5
parent6f360310e8380c82d4b03eba58423f35ef06f5b6 (diff)
downloadaur-0283f491cd7e6d502c3983b965afbab25be39c70.tar.gz
Update for upstream branch change
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD13
2 files changed, 19 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b84ec013cc0..7db9adfaf8e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,30 +1,34 @@
pkgbase = compton-git
pkgdesc = X Compositor (a fork of xcompmgr-dana) (git-version)
- pkgver = 1.r1.g265dc67_2018.09.10
+ pkgver = Next.r3.g9654d0b_2018.10.04
pkgrel = 1
- epoch = 1
+ epoch = 2
url = https://github.com/yshui/compton
arch = i686
arch = x86_64
license = MIT
+ license = MPL2
makedepends = git
makedepends = asciidoc
makedepends = mesa
depends = libgl
- depends = libdbus
- depends = libxcomposite
- depends = libxdamage
- depends = libxrandr
+ depends = libev
depends = pcre
+ depends = libx11
+ depends = xcb-util-renderutil
+ depends = libxcb
+ depends = xcb-util-image
+ depends = libxext
+ depends = pixman
depends = libconfig
- depends = libxinerama
+ depends = libdbus
depends = hicolor-icon-theme
optdepends = dbus: To control compton via D-Bus
optdepends = xorg-xwininfo: For compton-trans
optdepends = 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
pkgname = compton-git
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"