summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-05-14 17:55:07 +0200
committergrufo2021-05-14 17:55:07 +0200
commit0a18f0c5e7b1a310da0ab37865918e07e8d3fc05 (patch)
tree16df01d47362f4c88b26e0e834b5f18f2b592dba
parenta4b6922fa5a50806eb3ce56e1e4adc244ac5d067 (diff)
downloadaur-0a18f0c5e7b1a310da0ab37865918e07e8d3fc05.tar.gz
New release (0.2.0-1)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2442791f6f0b..67409d2ce669 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextgen
- pkgdesc = A small bash script that lets you easily set up a new extension project for GNOME's Nautilus file manager
- pkgver = 0.1.8
+ pkgdesc = An interactive Bash script that lets you easily set up a new extension project for GNOME Files (formerly Nautilus)
+ pkgver = 0.2.0
pkgrel = 1
url = https://gitlab.gnome.org/madmurphy/nextgen
arch = any
@@ -8,8 +8,8 @@ pkgbase = nextgen
depends = bash
depends = libnautilus-extension
conflicts = nextgen-git
- source = https://gitlab.gnome.org/madmurphy/nextgen/-/archive/0.1.8/nextgen-0.1.8.tar.gz
- sha256sums = 6adb1ab6e05b202103353f7ba6c88bba6a83f437fc44c51370149df18668068c
+ source = https://gitlab.gnome.org/madmurphy/nextgen/-/archive/0.2.0/nextgen-0.2.0.tar.gz
+ sha256sums = 3a4fe8404929316c021274e64b5dfcddb2596bb362e43e7f2e4ca50957326046
pkgname = nextgen
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() {