summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrufo2022-10-31 23:21:08 +0000
committergrufo2022-10-31 23:21:08 +0000
commit94d3adfc23c5b848fefd27d82581459daee282f8 (patch)
tree71724a5670ad37fc0c696aaec675047a8df70352 /PKGBUILD
parent680b2e41b64a8a71406eccb8857490ada3cecab0 (diff)
downloadaur-nautilus-launch.tar.gz
New release (2.0.0-1)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6799ac701c06..1fe73ed2a92c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: madmurphy <madmurphy333 AT gmail DOT com>
pkgname='nautilus-launch'
-pkgver='1.0.6'
+pkgver='2.0.0'
pkgrel=1
pkgdesc='A simple Nautilus extension that allows to run executables and launchers via right-click menu'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('glib2' 'libnautilus-extension')
conflicts=("${pkgname}-git" "${pkgname}-bin")
source=("https://github.com/madmurphy/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}-with-configure.tar.gz")
install="${pkgname}.install"
-sha256sums=('a24cdf65bb9a52f038b163c299c44d691b4aa295cfbc94fd4ef96ad5ea0ed1d6')
+sha256sums=('6a1c4483f438cacf8785f0eb36838bcdb22c4055cda4baffb06fb512baca8f9d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"