summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Groocock2020-01-04 13:52:40 +0000
committerJoe Groocock2020-01-04 14:07:57 +0000
commit79abb8477f26bfad9c93fa3c96ceed3a19a37600 (patch)
treed095e41cfee5eb37080ab8c31391644c55d31d64
parent518d90a1cf22fc5e52405fb26d32b34a15a70446 (diff)
downloadaur-79abb8477f26bfad9c93fa3c96ceed3a19a37600.tar.gz
Build tryone144/compton@feature/dual_kawase branch
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 18 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3220c643b2ff..69e25d2337d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-pkgbase = picom-git
+pkgbase = picom-tryone-git
pkgdesc = X compositor (fork of compton) (git-version)
- pkgver = 1283_Next.2.g37532e5_2019.12.10
+ pkgver = 1298_0.1_beta2.949.gf92eb6b_2019.12.21
pkgrel = 1
- url = https://github.com/yshui/picom
+ url = https://github.com/tryone144/compton
arch = i686
arch = x86_64
license = MIT
@@ -32,12 +32,15 @@ pkgbase = picom-git
provides = compton
provides = compton-git
provides = picom
+ provides = picom-git
conflicts = compton
conflicts = compton-git
conflicts = picom
+ conflicts = picom-git
replaces = compton-git
- source = git+https://github.com/yshui/picom.git#branch=next
+ replaces = picom-git
+ source = git+https://github.com/tryone144/compton.git#branch=feature/dual_kawase
md5sums = SKIP
-pkgname = picom-git
+pkgname = picom-tryone-git
diff --git a/PKGBUILD b/PKGBUILD
index a2deceacde14..986687d302b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
+# Maintainer: Joe Groocock <aur@frebib.net>
+# Contributor: WorMzy Tykashi <wormzy.tykashi@gmail.com>
# Contributor: OK100 <ok100 at lavabit dot com>
# Contributor: Valère Monseur <valere dot monseur at ymail dot com>
-pkgname=picom-git
-_gitname=picom
-pkgver=1283_Next.2.g37532e5_2019.12.10
+pkgname=picom-tryone-git
+_gitname=compton
+pkgver=1298_0.1_beta2.949.gf92eb6b_2019.12.21
pkgrel=1
pkgdesc="X compositor (fork of compton) (git-version)"
arch=(i686 x86_64)
-url="https://github.com/yshui/${_gitname}"
+url="https://github.com/tryone144/${_gitname}"
license=('MIT' 'MPL2')
depends=('libgl' 'libev' 'pcre' 'libx11' 'xcb-util-renderutil' 'libxcb' 'xcb-util-image' 'libxext'
'pixman' 'libconfig' 'libdbus' 'hicolor-icon-theme' 'libxdg-basedir')
@@ -17,10 +18,10 @@ optdepends=('dbus: To control picom via D-Bus'
'xorg-xwininfo: For picom-trans'
'xorg-xprop: For picom-trans'
'python: For picom-convgen.py')
-provides=('compton' 'compton-git' 'picom')
-conflicts=('compton' 'compton-git' 'picom')
-replaces=('compton-git')
-source=(git+"https://github.com/yshui/${_gitname}.git#branch=next")
+provides=('compton' 'compton-git' 'picom' 'picom-git')
+conflicts=('compton' 'compton-git' 'picom' 'picom-git')
+replaces=('compton-git' 'picom-git')
+source=(git+"https://github.com/tryone144/${_gitname}.git#branch=feature/dual_kawase")
md5sums=("SKIP")
pkgver() {