summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eefe1481c0c..fcf7d3db545c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
pkgbase = gnome-shell-extension-just-perfection-desktop-git
pkgdesc = Just Perfection GNOME Shell Desktop
- pkgver = r397.4e84537
+ pkgver = r576.f87655c
pkgrel = 1
url = https://gitlab.gnome.org/jrahmatzadeh/just-perfection
arch = any
license = GPL3
license = CC0 1.0
makedepends = git
+ makedepends = unzip
depends = gnome-shell
+ provides = gnome-shell-extension-just-perfection-desktop
+ conflicts = gnome-shell-extension-just-perfection-desktop
source = git+https://gitlab.gnome.org/jrahmatzadeh/just-perfection.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0037d20e4c3d..59cb33dce893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=gnome-shell-extension-just-perfection-desktop-git
pkgdesc="Just Perfection GNOME Shell Desktop"
-pkgver=r397.4e84537
+pkgver=r576.f87655c
pkgrel=1
arch=(any)
+conflicts=('gnome-shell-extension-just-perfection-desktop')
+provides=('gnome-shell-extension-just-perfection-desktop')
url='https://gitlab.gnome.org/jrahmatzadeh/just-perfection'
license=(GPL3 'CC0 1.0')
depends=('gnome-shell')
-makedepends=('git')
+makedepends=('git' 'unzip')
source=('git+https://gitlab.gnome.org/jrahmatzadeh/just-perfection.git')
md5sums=('SKIP')