upgpkg: nautilus-open-any-terminal-0.6.3-1: new upstream release

This commit is contained in:
Christian Schendel 2025-09-04 22:08:54 +02:00
parent 0557c597e5
commit bb09187a6c
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
2 changed files with 10 additions and 11 deletions

View file

@ -1,23 +1,21 @@
pkgbase = nautilus-open-any-terminal
pkgdesc = context-menu entry for opening other terminal in nautilus
pkgver = 0.6.1
pkgrel = 3
pkgver = 0.6.3
pkgrel = 1
url = https://github.com/Stunkymonkey/nautilus-open-any-terminal
arch = any
license = GPL-3.0-or-later
makedepends = gettext
makedepends = git
makedepends = make
source = nautilus-open-any-terminal-0.6.1::git+https://github.com/Stunkymonkey/nautilus-open-any-terminal.git#tag=0.6.1
b2sums = be2aa333448604af4c3f11c96ac54a986e63972168e4d83354df3b7aeb23185cf89f4f0fca2aab5cc12dcc1f53e9a62d2274f40bb674b66b77b654d0aad63572
pkgname = nautilus-open-any-terminal
depends = dconf
depends = glib2
depends = gtk2
depends = gtk3
depends = gtk4
depends = libnautilus-extension
depends = python
depends = python-gobject
depends = python-nautilus
source = nautilus-open-any-terminal-0.6.3::git+https://github.com/Stunkymonkey/nautilus-open-any-terminal.git#tag=0.6.3
b2sums = 6585e2dc7abbd35f8f678b9dfec57d1a3345ff1d7d0f7c4ca31741ef80455cd525061b74cbff56c15bcc174d7e6b876b5846865e2dec01451bd60e14641dc8b3
pkgname = nautilus-open-any-terminal

View file

@ -3,8 +3,8 @@
# Contributor: lvxnull <lvxnull at proton dot me>
pkgname=nautilus-open-any-terminal
pkgver=0.6.1
pkgrel=2
pkgver=0.6.3
pkgrel=1
pkgdesc="context-menu entry for opening other terminal in nautilus"
arch=(any)
url="https://github.com/Stunkymonkey/nautilus-open-any-terminal"
@ -14,6 +14,7 @@ license=(
depends=(
dconf
glib2
gtk4
libnautilus-extension
python
python-gobject
@ -25,7 +26,7 @@ makedepends=(
make
)
source=("$pkgname-$pkgver::git+$url.git#tag=$pkgver")
b2sums=('be2aa333448604af4c3f11c96ac54a986e63972168e4d83354df3b7aeb23185cf89f4f0fca2aab5cc12dcc1f53e9a62d2274f40bb674b66b77b654d0aad63572')
b2sums=('6585e2dc7abbd35f8f678b9dfec57d1a3345ff1d7d0f7c4ca31741ef80455cd525061b74cbff56c15bcc174d7e6b876b5846865e2dec01451bd60e14641dc8b3')
build() {
cd "$pkgname-$pkgver"