summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorparham2020-09-29 17:12:23 +0330
committerparham2020-09-29 17:12:23 +0330
commitdff064f191992204cafd55a1cf4ab27d9bf3a34c (patch)
tree4f301544013b1a4cc2bfd49f2d5315b0c3437afb
parent0c2a060c0f086290333f806a851626d83218a439 (diff)
downloadaur-gnome-shell-extension-arc-menu-git.tar.gz
Changed source as mentioned on the previous home page.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3938f0e64b19..7652c6877841 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gnome-shell-extension-arc-menu-git
pkgdesc = A GNOME shell extension designed to replace the standard menu found in GNOME 3, git version
- pkgver = 45.Stable.r0.gced0ff0
+ pkgver = 2.r8.g8b101fe
pkgrel = 1
- url = https://gitlab.com/arcmenu-team/Arc-Menu
+ url = https://gitlab.com/arcmenu/ArcMenu
install = gnome-shell-extension.install
arch = any
license = GPL2
@@ -10,7 +10,7 @@ pkgbase = gnome-shell-extension-arc-menu-git
depends = gnome-shell>=3.18
depends = gnome-menus
conflicts = gnome-shell-extension-arc-menu
- source = git+https://gitlab.com/arcmenu-team/Arc-Menu.git
+ source = git+https://gitlab.com/arcmenu/ArcMenu.git
sha256sums = SKIP
pkgname = gnome-shell-extension-arc-menu-git
diff --git a/PKGBUILD b/PKGBUILD
index fbaaa2b95ec1..10451865ed58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: parham < parham at tuta dot io >
pkgname=gnome-shell-extension-arc-menu-git
-pkgver=45.Stable.r0.gced0ff0
+pkgver=2.r8.g8b101fe
pkgrel=1
pkgdesc="A GNOME shell extension designed to replace the standard menu found in GNOME 3, git version"
arch=(any)
-url="https://gitlab.com/arcmenu-team/Arc-Menu"
+url="https://gitlab.com/arcmenu/ArcMenu"
license=('GPL2')
depends=('gnome-shell>=3.18' 'gnome-menus')
makedepends=('git')
@@ -15,11 +15,11 @@ source=("git+${url}.git")
sha256sums=('SKIP')
pkgver() {
- cd Arc-Menu
+ cd ArcMenu
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {
- cd Arc-Menu
+ cd ArcMenu
make DESTDIR="$pkgdir" INSTALL="system" install
}