summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiwei Zhang2021-08-22 13:56:00 +0800
committerShiwei Zhang2021-08-22 13:56:00 +0800
commitec73d5792e0f63d3516fbbd0634c61c1e781bfc7 (patch)
tree2dad8b21fc8b60f053485ce562ac1a8a5442ad7f
parentcecbfa66f4fc349c62356c310af4931c1e066a7c (diff)
downloadaur-ec73d5792e0f63d3516fbbd0634c61c1e781bfc7.tar.gz
change branch name
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9570144f5b08..1eefe1481c0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-just-perfection-desktop-git
pkgdesc = Just Perfection GNOME Shell Desktop
- pkgver = r271.3b04e6f
+ pkgver = r397.4e84537
pkgrel = 1
url = https://gitlab.gnome.org/jrahmatzadeh/just-perfection
arch = any
@@ -12,4 +12,3 @@ pkgbase = gnome-shell-extension-just-perfection-desktop-git
md5sums = SKIP
pkgname = gnome-shell-extension-just-perfection-desktop-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 510eb9a52abd..0037d20e4c3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-just-perfection-desktop-git
pkgdesc="Just Perfection GNOME Shell Desktop"
-pkgver=r271.3b04e6f
+pkgver=r397.4e84537
pkgrel=1
arch=(any)
url='https://gitlab.gnome.org/jrahmatzadeh/just-perfection'
@@ -14,7 +14,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir"/just-perfection
- echo r$(git rev-list --count master).$(git rev-parse --short master)
+ echo r$(git rev-list --count main).$(git rev-parse --short main)
}
package() {