summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-08-13 03:53:21 +0200
committergrufo2021-08-13 03:53:21 +0200
commit7d17e5247293d3aad58d29a4c805ca9b5132ee8e (patch)
treeac4b1d41d71aebcfac6cd90b1891a225822b5a15
parentca27c3d009ad38d71984c59d9f9c2337c36942cd (diff)
downloadaur-7d17e5247293d3aad58d29a4c805ca9b5132ee8e.tar.gz
New release (0.3.1-1)
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 422daf0f0728..2bd14243dc34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextgen
- pkgdesc = An interactive Bash script that lets you easily set up a new extension project for GNOME Files (formerly Nautilus)
- pkgver = 0.3.0
+ pkgdesc = An interactive Bash script that lets you easily set up a new extension project for GNOME Files (Nautilus)
+ pkgver = 0.3.1
pkgrel = 1
url = https://gitlab.gnome.org/madmurphy/nextgen
arch = any
@@ -8,8 +8,7 @@ pkgbase = nextgen
depends = bash
depends = libnautilus-extension
conflicts = nextgen-git
- source = https://gitlab.gnome.org/madmurphy/nextgen/-/archive/0.3.0/nextgen-0.3.0.tar.gz
- sha256sums = c6bd0f7a6f295169489258c97eca8aa0cb05a77f113d401c9d1aced940a9a86d
+ source = https://gitlab.gnome.org/madmurphy/nextgen/-/archive/0.3.1/nextgen-0.3.1.tar.gz
+ sha256sums = 033509c98da403016d4c391b296188f3a4d49d3666045d126b8c7348842eb629
pkgname = nextgen
-
diff --git a/PKGBUILD b/PKGBUILD
index a5aef89e9a69..1dd9f6f293a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='nextgen'
-pkgver='0.3.0'
+pkgver='0.3.1'
pkgrel=1
-pkgdesc='An interactive Bash script that lets you easily set up a new extension project for GNOME Files (formerly Nautilus)'
+pkgdesc='An interactive Bash script that lets you easily set up a new extension project for GNOME Files (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=('c6bd0f7a6f295169489258c97eca8aa0cb05a77f113d401c9d1aced940a9a86d')
+sha256sums=('033509c98da403016d4c391b296188f3a4d49d3666045d126b8c7348842eb629')
prepare() {