summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-05-19 23:35:53 +0200
committergrufo2021-05-19 23:35:53 +0200
commit065e755d5e627a9833b5a08c410d1b9a2bb40681 (patch)
tree224cc647a03748ce2cfe5601f2c05e5d7d374419
parent07e5c427af8ea0acc45148bebe4c921d3e61f28a (diff)
downloadaur-065e755d5e627a9833b5a08c410d1b9a2bb40681.tar.gz
New realease (0.2.1-1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4a2f6a903f6..8ca639e02d85 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.2.0
+ pkgver = 0.2.1
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.2.0/nextgen-0.2.0.tar.gz
- sha256sums = fd2ef0eb644a2f51958c3f4ebcea7f326553e0a6a7fe251844c11439c9aee913
+ source = https://gitlab.gnome.org/madmurphy/nextgen/-/archive/0.2.1/nextgen-0.2.1.tar.gz
+ sha256sums = 94688461e23a6c5f58cdcc04ab0b87c3d7a23ad5394ca361c7d0093110fa7ff7
pkgname = nextgen
diff --git a/PKGBUILD b/PKGBUILD
index 21aa882dba25..149ff6c6e6ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='nextgen'
-pkgver='0.2.0'
+pkgver='0.2.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 (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=('fd2ef0eb644a2f51958c3f4ebcea7f326553e0a6a7fe251844c11439c9aee913')
+sha256sums=('94688461e23a6c5f58cdcc04ab0b87c3d7a23ad5394ca361c7d0093110fa7ff7')
prepare() {