summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2020-10-21 05:11:12 +0100
committergrufo2020-10-21 05:11:12 +0100
commit6401230e763e6b3454d72f6fe5650dcc8e335350 (patch)
treeb123a5c238b72177e7da34256fe1571ce12bbe25
parent00e02c250c55583e4b444ec53d4c63bc048be773 (diff)
downloadaur-6401230e763e6b3454d72f6fe5650dcc8e335350.tar.gz
New release (0.1.5-1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81c6fb50ba71..898d00b51256 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.4
+ pkgver = 0.1.5
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.4/nextgen-0.1.4.tar.gz
- sha256sums = dbc4618b0f0b227abae0e536a1f7c6ed60185693db45bd85ff40c47fd8f4e6d9
+ source = https://gitlab.gnome.org/madmurphy/nextgen/-/archive/0.1.5/nextgen-0.1.5.tar.gz
+ sha256sums = 573fcacb5e2c526574ade41117c40a9a3cc1504fc808b2755c3755e40a12c73d
pkgname = nextgen
diff --git a/PKGBUILD b/PKGBUILD
index 157a3b36bbf7..a423df51db71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='nextgen'
-pkgver='0.1.4'
+pkgver='0.1.5'
pkgrel=1
pkgdesc="A small bash script that lets you easily set up a new extension project for GNOME's Nautilus file manager"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('bash' 'libnautilus-extension')
conflicts=("${pkgname}-git")
source=("https://gitlab.gnome.org/madmurphy/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('dbc4618b0f0b227abae0e536a1f7c6ed60185693db45bd85ff40c47fd8f4e6d9')
+sha256sums=('573fcacb5e2c526574ade41117c40a9a3cc1504fc808b2755c3755e40a12c73d')
prepare() {