summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Ramos2018-07-07 19:44:34 -0500
committerAlfredo Ramos2018-07-07 19:44:34 -0500
commit4a97aa34c512ab93f89a64e1191d7182e2964e85 (patch)
tree2cc173bf2de2d7b01d61816bdd9a1422d3b15a54
parent5d5dc3667467365c6b6a8c9813489aa490d80ec1 (diff)
downloadaur-4a97aa34c512ab93f89a64e1191d7182e2964e85.tar.gz
Update project URLs
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e77443a1758..906884cf1d84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = compton-conf-git
pkgdesc = A graphical configuration tool for Compton X composite manager. Development version.
- pkgver = 0.4.0.0.gc6a6dd0
- pkgrel = 1
- url = https://github.com/lxde/compton-conf
+ pkgver = 0.4.0.74.gec3cbf2
+ pkgrel = 2
+ url = https://github.com/lxqt/compton-conf
arch = i686
arch = x86_64
groups = lxqt
@@ -13,9 +13,9 @@ pkgbase = compton-conf-git
makedepends = lxqt-build-tools-git>=0.5.0
depends = qt5-base
depends = libconfig
- provides = compton-conf=0.4.0.0.gc6a6dd0
+ provides = compton-conf=0.4.0.74.gec3cbf2
conflicts = compton-conf
- source = git+https://github.com/lxde/compton-conf.git
+ source = git+https://github.com/lxqt/compton-conf.git
sha512sums = SKIP
pkgname = compton-conf-git
diff --git a/PKGBUILD b/PKGBUILD
index 664e29c4c39a..59e389ca2e1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_pkgname=compton-conf
pkgname=${_pkgname}-git
-pkgver=0.4.0.0.gc6a6dd0
-pkgrel=1
+pkgver=0.4.0.74.gec3cbf2
+pkgrel=2
pkgdesc='A graphical configuration tool for Compton X composite manager. Development version.'
arch=('i686' 'x86_64')
-url='https://github.com/lxde/compton-conf'
+url='https://github.com/lxqt/compton-conf'
license=('LGPL2.1')
groups=('lxqt')
@@ -17,7 +17,7 @@ makedepends=('cmake' 'git' 'qt5-tools' 'lxqt-build-tools-git>=0.5.0')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
-source=("git+https://github.com/lxde/${_pkgname}.git")
+source=("git+https://github.com/lxqt/${_pkgname}.git")
sha512sums=('SKIP')
pkgver() {