summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2016-03-28 08:21:44 -0700
committerShadowKyogre2016-03-28 09:46:45 -0700
commit41fe2afa29eec2c440d9699281575b748d0d2715 (patch)
tree90c80171537be062fd2eef3aaee1ee73e6c2111a
parentc602067781c6657801798c6f8c30ac34469ca93a (diff)
downloadaur-41fe2afa29eec2c440d9699281575b748d0d2715.tar.gz
Update to point to github repos
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc6ad8ddbe5f..b09e75dcbcb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Dec 15 03:41:39 UTC 2015
+# Mon Mar 28 16:46:45 UTC 2016
pkgbase = libcompizconfig-git
pkgdesc = Compiz configuration system library
- pkgver = 0.8.10.r2.g2eacaf2
+ pkgver = 0.8.12.r2.g992eb5c
pkgrel = 1
- url = http://git.northfield.ws/compiz/?p=compiz/libcompizconfig;a=summary
+ url = https://github.com/compiz-reloaded/libcompizconfig
arch = i686
arch = x86_64
license = GPL
@@ -22,7 +22,7 @@ pkgbase = libcompizconfig-git
provides = libcompizconfig
conflicts = libcompizconfig
options = !emptydirs
- source = git://northfield.ws/compiz/libcompizconfig
+ source = git+https://github.com/compiz-reloaded/libcompizconfig.git
sha1sums = SKIP
pkgname = libcompizconfig-git
diff --git a/PKGBUILD b/PKGBUILD
index 60ff8947df0f..976895ca74f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# Contributor: nesl247 <nesl247@gmail.com>
pkgname=libcompizconfig-git
-pkgver=0.8.10.r2.g2eacaf2
+pkgver=0.8.12.r2.g992eb5c
pkgrel=1
pkgdesc="Compiz configuration system library"
arch=('i686' 'x86_64')
-url="http://git.northfield.ws/compiz/?p=compiz/libcompizconfig;a=summary"
+url="https://github.com/compiz-reloaded/libcompizconfig"
license=('GPL')
depends=('compiz-core' 'libxml2' 'libxcomposite' 'libxinerama' 'protobuf' 'startup-notification')
makedepends=('intltool' 'libxrandr' 'libice' 'libsm' 'mesa')
@@ -16,13 +16,13 @@ conflicts=('libcompizconfig')
provides=('libcompizconfig')
options=('!emptydirs')
source=(
- 'git://northfield.ws/compiz/libcompizconfig'
+ 'git+https://github.com/compiz-reloaded/libcompizconfig.git'
)
sha1sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname%%-git}"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags|sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {