summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2020-10-10 23:36:38 +0100
committergrufo2020-10-10 23:36:38 +0100
commit0f422213c79deb62db14cbc20e90a76737f9f282 (patch)
treef1a4fac1484f1372679f66a3c34fcdb14b2e32f0
parent58fa4a6a09e684774144c4df6dd9de325f56d369 (diff)
downloadaur-0f422213c79deb62db14cbc20e90a76737f9f282.tar.gz
New release (0.1.1-1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b064faf42a5c..2dbb32728e28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-launch
pkgdesc = A simple Nautilus extension that allows to run executables and launchers via right-click menu
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/madmurphy/nautilus-launch
arch = i686
@@ -11,8 +11,8 @@ pkgbase = nautilus-launch
depends = libnautilus-extension
conflicts = nautilus-launch-git
conflicts = nautilus-launch-bin
- source = https://github.com/madmurphy/nautilus-launch/releases/download/0.1.0/nautilus-launch-0.1.0-with-configure.tar.gz
- sha256sums = 73a5b55956335d4d1eff0e8ef0ea46d473fc23f579b05f402a666478bcc985c9
+ source = https://github.com/madmurphy/nautilus-launch/releases/download/0.1.1/nautilus-launch-0.1.1-with-configure.tar.gz
+ sha256sums = d63f37087d1a73104c39ac81cd157fd462b4e28fdb585f02c256be713c43b852
pkgname = nautilus-launch
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() {