summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiwei Zhang2022-03-03 16:21:05 +0800
committerShiwei Zhang2022-03-03 16:21:05 +0800
commit4559cb65fd4bd9ded378ae09b2bad43761b13cb6 (patch)
tree6ce9d028e34d7762d7c5b5c53c53fed25c8adbe2
parentec73d5792e0f63d3516fbbd0634c61c1e781bfc7 (diff)
downloadaur-4559cb65fd4bd9ded378ae09b2bad43761b13cb6.tar.gz
add conflicts and provides
-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')