summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2019-10-24 15:47:46 +0100
committerWorMzy Tykashi2019-10-24 15:47:46 +0100
commit7593747bbf7f65228c08b74b9350dc0532fa103b (patch)
tree1f717a833f4e2ece2ed08097dbf5bd02567ddccb
parent41e02eb3b61920e16e2f8fee70f8af28655014f4 (diff)
downloadaur-7593747bbf7f65228c08b74b9350dc0532fa103b.tar.gz
It doesn't replace itself...
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daca1190e54c..2c9c50b628ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = picom-git
pkgdesc = X compositor (fork of compton) (git-version)
pkgver = 1242_Next.114.g43b2173_2019.10.23
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/yshui/picom
arch = i686
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = picom-git
conflicts = compton
conflicts = compton-git
conflicts = picom
- replaces = picom-git
+ replaces = compton-git
source = git+https://github.com/yshui/picom.git#branch=next
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dafc4832e2c6..8eb6f71a3786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=picom-git
_gitname=picom
pkgver=1242_Next.114.g43b2173_2019.10.23
-pkgrel=2
+pkgrel=3
pkgdesc="X compositor (fork of compton) (git-version)"
arch=(i686 x86_64)
url="https://github.com/yshui/${_gitname}"
@@ -19,7 +19,7 @@ optdepends=('dbus: To control picom via D-Bus'
'python: For picom-convgen.py')
provides=('compton' 'compton-git' 'picom')
conflicts=('compton' 'compton-git' 'picom')
-replaces=('picom-git')
+replaces=('compton-git')
source=(git+"https://github.com/yshui/${_gitname}.git#branch=next")
md5sums=("SKIP")