summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiwei Zhang2021-05-15 16:22:47 +0800
committerShiwei Zhang2021-05-15 16:22:47 +0800
commitcecbfa66f4fc349c62356c310af4931c1e066a7c (patch)
tree0d7974f947545052fd44f887ef4f4eaf8a6c44ce
parenta68bb424a5bf342a500bfaceac854f387fb3a885 (diff)
downloadaur-cecbfa66f4fc349c62356c310af4931c1e066a7c.tar.gz
update to new upstream URL
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a2fe21a985a..9570144f5b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gnome-shell-extension-just-perfection-desktop-git
pkgdesc = Just Perfection GNOME Shell Desktop
- pkgver = r95.49d5c4b
+ pkgver = r271.3b04e6f
pkgrel = 1
- url = https://gitlab.com/justperfection.channel/just-perfection-gnome-shell-desktop
+ url = https://gitlab.gnome.org/jrahmatzadeh/just-perfection
arch = any
- license = GPL3,
+ license = GPL3
license = CC0 1.0
makedepends = git
depends = gnome-shell
- source = git+https://gitlab.com/justperfection.channel/just-perfection-gnome-shell-desktop.git
+ source = git+https://gitlab.gnome.org/jrahmatzadeh/just-perfection.git
md5sums = SKIP
pkgname = gnome-shell-extension-just-perfection-desktop-git
diff --git a/PKGBUILD b/PKGBUILD
index 5c7b102e35a8..510eb9a52abd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,23 @@
pkgname=gnome-shell-extension-just-perfection-desktop-git
pkgdesc="Just Perfection GNOME Shell Desktop"
-pkgver=r95.49d5c4b
+pkgver=r271.3b04e6f
pkgrel=1
arch=(any)
-url='https://gitlab.com/justperfection.channel/just-perfection-gnome-shell-desktop'
-license=(GPL3, 'CC0 1.0')
+url='https://gitlab.gnome.org/jrahmatzadeh/just-perfection'
+license=(GPL3 'CC0 1.0')
depends=('gnome-shell')
makedepends=('git')
-source=('git+https://gitlab.com/justperfection.channel/just-perfection-gnome-shell-desktop.git')
+source=('git+https://gitlab.gnome.org/jrahmatzadeh/just-perfection.git')
md5sums=('SKIP')
pkgver() {
- cd "$srcdir"/just-perfection-gnome-shell-desktop
+ cd "$srcdir"/just-perfection
echo r$(git rev-list --count master).$(git rev-parse --short master)
}
package() {
- cd "$srcdir"/just-perfection-gnome-shell-desktop/
+ cd "$srcdir"/just-perfection/
bash scripts/build.sh
mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/just-perfection-desktop@just-perfection"
unzip just-perfection-desktop@just-perfection.shell-extension.zip -d "$pkgdir/usr/share/gnome-shell/extensions/just-perfection-desktop@just-perfection"