summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrufo2020-10-10 23:36:38 +0100
committergrufo2020-10-10 23:36:38 +0100
commit0f422213c79deb62db14cbc20e90a76737f9f282 (patch)
treef1a4fac1484f1372679f66a3c34fcdb14b2e32f0 /PKGBUILD
parent58fa4a6a09e684774144c4df6dd9de325f56d369 (diff)
downloadaur-0f422213c79deb62db14cbc20e90a76737f9f282.tar.gz
New release (0.1.1-1)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a18e25714c2..0dcd3b35bd7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='nautilus-launch'
-pkgver='0.1.0'
+pkgver='0.1.1'
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')
makedepends=('intltool')
conflicts=("${pkgname}-git" "${pkgname}-bin")
source=("https://github.com/madmurphy/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}-with-configure.tar.gz")
-sha256sums=('73a5b55956335d4d1eff0e8ef0ea46d473fc23f579b05f402a666478bcc985c9')
+sha256sums=('d63f37087d1a73104c39ac81cd157fd462b4e28fdb585f02c256be713c43b852')
build() {