summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-02-27 18:36:53 +0300
committerIgor Dyatlov2022-02-27 18:36:53 +0300
commit6cce2642200197dd27a0c21b3bd95cdac7b20ae8 (patch)
treec558408be4bd29c47fac5ac8120a7916cc994bf1
parentf31c899e9c015f24c52c304a95b4fecef5e9fb40 (diff)
downloadaur-6cce2642200197dd27a0c21b3bd95cdac7b20ae8.tar.gz
Updates
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dba20e56a75..0b83bc49f78d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = extension-manager-git
pkgdesc = A native tool for browsing, installing, and managing GNOME Shell Extensions
- pkgver = r48.ba1a4e1
+ pkgver = r223.5076997
pkgrel = 1
url = https://github.com/mjakeman/extension-manager
arch = x86_64
license = GPL3
checkdepends = appstream-glib
+ makedepends = git
makedepends = meson
makedepends = blueprint-compiler-git
makedepends = gobject-introspection
diff --git a/PKGBUILD b/PKGBUILD
index a6de61312c64..7cccf5a8f6eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Your Name <youremail@domain.com>
+# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
+
pkgname=extension-manager-git
-pkgver=r48.ba1a4e1
+pkgver=r223.5076997
pkgrel=1
pkgdesc="A native tool for browsing, installing, and managing GNOME Shell Extensions"
arch=('x86_64')
url="https://github.com/mjakeman/extension-manager"
license=('GPL3')
depends=('gtk4>=1:4.6.0' 'libadwaita' 'libsoup3' 'json-glib')
-makedepends=('meson' 'blueprint-compiler-git' 'gobject-introspection')
+makedepends=('git' 'meson' 'blueprint-compiler-git' 'gobject-introspection')
checkdepends=('appstream-glib')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")