summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-05-27 04:53:53 +0200
committergrufo2021-05-27 04:53:53 +0200
commit54e86c3a03c422741f7fed7ac190c2453107cd92 (patch)
tree55ff1d12460c5e34abbf1778d763d9dc4b968029
parent55bf8939c539d8f5301f1422d06d516f98790864 (diff)
downloadaur-54e86c3a03c422741f7fed7ac190c2453107cd92.tar.gz
New release (1.0.4-1)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3768863b048..677f6fb2a6e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = nautilus-launch
pkgdesc = A simple Nautilus extension that allows to run executables and launchers via right-click menu
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://gitlab.gnome.org/madmurphy/nautilus-launch
install = nautilus-launch.install
arch = i686
arch = x86_64
license = GPL
- makedepends = intltool
depends = glib2
depends = libnautilus-extension
conflicts = nautilus-launch-git
conflicts = nautilus-launch-bin
- source = https://github.com/madmurphy/nautilus-launch/releases/download/1.0.3/nautilus-launch-1.0.3-with-configure.tar.gz
- sha256sums = 3a94f5d3f7232e3fe0df15affab6be66eee9b91cbc9304d26f9143b4e0e7fbc3
+ source = https://github.com/madmurphy/nautilus-launch/releases/download/1.0.4/nautilus-launch-1.0.4-with-configure.tar.gz
+ sha256sums = 8c9f1959bf30fba1e235e7c2b3862bf9d6b16e4382832c5b127cfa9e3e4dc6e0
pkgname = nautilus-launch
diff --git a/PKGBUILD b/PKGBUILD
index a711184bcafc..a87138df1f5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='nautilus-launch'
-pkgver='1.0.3'
+pkgver='1.0.4'
pkgrel=1
pkgdesc='A simple Nautilus extension that allows to run executables and launchers via right-click menu'
arch=('i686' 'x86_64')
url='https://gitlab.gnome.org/madmurphy/nautilus-launch'
license=('GPL')
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")
install="${pkgname}.install"
-sha256sums=('3a94f5d3f7232e3fe0df15affab6be66eee9b91cbc9304d26f9143b4e0e7fbc3')
+sha256sums=('8c9f1959bf30fba1e235e7c2b3862bf9d6b16e4382832c5b127cfa9e3e4dc6e0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"