summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6284aad8b09c..686fac2ef009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='nextgen'
-pkgver='0.1.8'
+pkgver='0.2.0'
pkgrel=1
-pkgdesc="A small bash script that lets you easily set up a new extension project for GNOME's Nautilus file manager"
+pkgdesc="An interactive Bash script that lets you easily set up a new extension project for GNOME Files (formerly Nautilus)"
arch=('any')
url="https://gitlab.gnome.org/madmurphy/${pkgname}"
license=('GPL')
depends=('bash' 'libnautilus-extension')
conflicts=("${pkgname}-git")
source=("https://gitlab.gnome.org/madmurphy/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6adb1ab6e05b202103353f7ba6c88bba6a83f437fc44c51370149df18668068c')
+sha256sums=('3a4fe8404929316c021274e64b5dfcddb2596bb362e43e7f2e4ca50957326046')
prepare() {