summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2021-06-07 16:52:08 +0200
committerMartin T. H. Sandsmark2021-06-07 16:52:08 +0200
commit06010a20d8f469a1d9e4be7846bc3eb6f053082c (patch)
tree3f076fcfba168f958d231c12faaea4781cea0390
parent52e31e31a0fed0a1965d4f7007f8bd863923d8df (diff)
downloadaur-06010a20d8f469a1d9e4be7846bc3eb6f053082c.tar.gz
point to my own repo with just some trivial compile warning fixes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef6900f16d39..9aeede29fbd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = compton-old-git
pkgdesc = Old version of compton, before the picom fork, avoids some regressions
- pkgver = r436.316eac0
+ pkgver = r437.1765c9d
pkgrel = 1
url = https://github.com/chjj/compton
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = compton-old-git
makedepends = asciidoc
provides = compton
conflicts = compton
- source = git+https://github.com/chjj/compton.git
+ source = git+https://github.com/sandsmark/compton.git
md5sums = SKIP
pkgname = compton-old-git
diff --git a/PKGBUILD b/PKGBUILD
index 00108fe92c56..710fecbb930a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Sandsmark <martin.sandsmark@kde.org>
pkgname=compton-old-git
-pkgver=r436.316eac0
+pkgver=r437.1765c9d
pkgrel=1
pkgdesc='Old version of compton, before the picom fork, avoids some regressions'
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('git' 'asciidoc')
conflicts=(compton)
provides=(compton)
-source=('git+https://github.com/chjj/compton.git')
+source=('git+https://github.com/sandsmark/compton.git')
md5sums=('SKIP')
pkgver() {