summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2018-06-04 21:31:51 -0700
committerShadowKyogre2018-06-04 21:31:51 -0700
commit6f07058c53936ac451844428d69552ffee406cec (patch)
tree62582c83b73b5e5cdb2f7301265cbcd3be172b93
parentad4775729c7395062aafb998cffd7a8c03054700 (diff)
downloadaur-6f07058c53936ac451844428d69552ffee406cec.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 2870323ab71a..45633103ea5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Apr 11 23:25:58 UTC 2016
+# Tue Jun 5 04:31:37 UTC 2018
pkgbase = emerald-themes-git
pkgdesc = Themes for emerald
- pkgver = 0.8.12.r6.ga32cb12
+ pkgver = 0.8.14.r4.gb81f5f9
pkgrel = 1
- url = https://github.com/compiz-reloaded/emerald-themes
+ url = https://gitlab.com/compiz/emerald-themes
arch = any
groups = compiz-fusion
groups = compiz-fusion-kde
@@ -15,7 +15,7 @@ pkgbase = emerald-themes-git
depends = emerald
provides = emerald-themes
conflicts = emerald-themes
- source = git+https://github.com/compiz-reloaded/emerald-themes.git
+ source = git+https://gitlab.com/compiz/emerald-themes.git
sha256sums = SKIP
pkgname = emerald-themes-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 d746d5c88701..76f62a1ff985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
_upstream="emerald-themes"
pkgname=emerald-themes-git
-pkgver=0.8.12.r6.ga32cb12
+pkgver=0.8.14.r4.gb81f5f9
pkgrel=1
pkgdesc="Themes for emerald"
arch=('any')
-url="https://github.com/compiz-reloaded/${_upstream}"
+url="https://gitlab.com/compiz/${_upstream}"
license=('GPL')
depends=('emerald')
makedepends=('intltool' 'pkgconfig')
@@ -17,7 +17,7 @@ groups=('compiz-fusion' 'compiz-fusion-kde' 'compiz-fusion-gtk')
conflicts=('emerald-themes')
provides=('emerald-themes')
source=(
- "git+https://github.com/compiz-reloaded/${_upstream}.git"
+ "git+https://gitlab.com/compiz/${_upstream}.git"
)
sha256sums=('SKIP')