summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2018-06-06 22:01:32 -0700
committerShadowKyogre2018-06-06 22:01:32 -0700
commit7a5742cdcb7da9ac487749f4ea75bad6d0269cf6 (patch)
tree504aaf3d69099037be95bc4db27d80881e99973e
parentff40730732938978561bc6ca6af4fabfafcc3554 (diff)
downloadaur-libcompizconfig-git.tar.gz
Point to Gitlab URL now
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10bf5e35e969..eb8ed00a10ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Apr 11 23:25:58 UTC 2016
+# Thu Jun 7 05:01:12 UTC 2018
pkgbase = libcompizconfig-git
pkgdesc = Compiz configuration system library
- pkgver = 0.8.12.r2.g992eb5c
+ pkgver = 0.8.14.r4.ga004285
pkgrel = 1
- url = https://github.com/compiz-reloaded/libcompizconfig
+ url = https://gitlab.com/compiz/libcompizconfig
arch = i686
arch = x86_64
license = GPL
@@ -22,7 +22,7 @@ pkgbase = libcompizconfig-git
provides = libcompizconfig
conflicts = libcompizconfig
options = !emptydirs
- source = git+https://github.com/compiz-reloaded/libcompizconfig.git
+ source = git+https://gitlab.com/compiz/libcompizconfig.git
sha1sums = SKIP
pkgname = libcompizconfig-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a5401c5d685d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index ca89f9452c94..323a65f986d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
_upstream="libcompizconfig"
pkgname=libcompizconfig-git
-pkgver=0.8.12.r2.g992eb5c
+pkgver=0.8.14.r4.ga004285
pkgrel=1
pkgdesc="Compiz configuration system library"
arch=('i686' 'x86_64')
-url="https://github.com/compiz-reloaded/${_upstream}"
+url="https://gitlab.com/compiz/${_upstream}"
license=('GPL')
depends=('compiz-core' 'libxml2' 'libxcomposite' 'libxinerama' 'protobuf' 'startup-notification')
makedepends=('intltool' 'libxrandr' 'libice' 'libsm' 'mesa')
@@ -18,7 +18,7 @@ conflicts=('libcompizconfig')
provides=('libcompizconfig')
options=('!emptydirs')
source=(
- "git+https://github.com/compiz-reloaded/${_upstream}.git"
+ "git+https://gitlab.com/compiz/${_upstream}.git"
)
sha1sums=('SKIP')