summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2018-06-04 21:45:23 -0700
committerShadowKyogre2018-06-04 21:45:23 -0700
commita96597946b468ea947bb6cbd26a7524410c6ffa9 (patch)
tree04157afa2445c2d39dd93824b791f358f82e6075
parentabe4c8c65e5d244ab56d05a48a25e8903087d7fb (diff)
downloadaur-compiz-bcop-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 adf4fe77f405..ed00be69ebd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Apr 11 23:25:56 UTC 2016
+# Tue Jun 5 04:44:58 UTC 2018
pkgbase = compiz-bcop-git
pkgdesc = Compiz option code generator
- pkgver = 0.8.12.r1.g1a9efe2
+ pkgver = 0.8.14.r1.g1eeaf40
pkgrel = 1
- url = https://github.com/compiz-reloaded/compiz-bcop
+ url = https://gitlab.com/compiz/compiz-bcop
arch = any
license = GPL
makedepends = intltool
@@ -13,7 +13,7 @@ pkgbase = compiz-bcop-git
provides = compiz-bcop
conflicts = compiz-bcop-dev
conflicts = compiz-bcop
- source = git+https://github.com/compiz-reloaded/compiz-bcop.git
+ source = git+https://gitlab.com/compiz/compiz-bcop.git
sha1sums = SKIP
pkgname = compiz-bcop-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 7b2949980e03..0b69933cfc2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
_upstream="compiz-bcop"
pkgname=compiz-bcop-git
-pkgver=0.8.12.r1.g1a9efe2
+pkgver=0.8.14.r1.g1eeaf40
pkgrel=1
pkgdesc="Compiz option code generator"
arch=('any')
-url="https://github.com/compiz-reloaded/${_upstream}"
+url="https://gitlab.com/compiz/${_upstream}"
license=('GPL')
depends=("compiz-core-git" 'libxslt')
makedepends=('intltool')
@@ -18,7 +18,7 @@ conflicts=('compiz-bcop-dev' 'compiz-bcop')
provides=('compiz-bcop')
sha1sums=('SKIP')
source=(
- "git+https://github.com/compiz-reloaded/${_upstream}.git"
+ "git+https://gitlab.com/compiz/${_upstream}.git"
)
pkgver() {