upgpkg: nautilus-open-any-terminal-0.6.3-1: new upstream release
This commit is contained in:
parent
0557c597e5
commit
bb09187a6c
2 changed files with 10 additions and 11 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,23 +1,21 @@
|
||||||
pkgbase = nautilus-open-any-terminal
|
pkgbase = nautilus-open-any-terminal
|
||||||
pkgdesc = context-menu entry for opening other terminal in nautilus
|
pkgdesc = context-menu entry for opening other terminal in nautilus
|
||||||
pkgver = 0.6.1
|
pkgver = 0.6.3
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://github.com/Stunkymonkey/nautilus-open-any-terminal
|
url = https://github.com/Stunkymonkey/nautilus-open-any-terminal
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL-3.0-or-later
|
license = GPL-3.0-or-later
|
||||||
makedepends = gettext
|
makedepends = gettext
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = make
|
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 = dconf
|
||||||
depends = glib2
|
depends = glib2
|
||||||
depends = gtk2
|
|
||||||
depends = gtk3
|
|
||||||
depends = gtk4
|
depends = gtk4
|
||||||
depends = libnautilus-extension
|
depends = libnautilus-extension
|
||||||
depends = python
|
depends = python
|
||||||
depends = python-gobject
|
depends = python-gobject
|
||||||
depends = python-nautilus
|
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
|
||||||
|
|
|
||||||
7
PKGBUILD
7
PKGBUILD
|
|
@ -3,8 +3,8 @@
|
||||||
# Contributor: lvxnull <lvxnull at proton dot me>
|
# Contributor: lvxnull <lvxnull at proton dot me>
|
||||||
|
|
||||||
pkgname=nautilus-open-any-terminal
|
pkgname=nautilus-open-any-terminal
|
||||||
pkgver=0.6.1
|
pkgver=0.6.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="context-menu entry for opening other terminal in nautilus"
|
pkgdesc="context-menu entry for opening other terminal in nautilus"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/Stunkymonkey/nautilus-open-any-terminal"
|
url="https://github.com/Stunkymonkey/nautilus-open-any-terminal"
|
||||||
|
|
@ -14,6 +14,7 @@ license=(
|
||||||
depends=(
|
depends=(
|
||||||
dconf
|
dconf
|
||||||
glib2
|
glib2
|
||||||
|
gtk4
|
||||||
libnautilus-extension
|
libnautilus-extension
|
||||||
python
|
python
|
||||||
python-gobject
|
python-gobject
|
||||||
|
|
@ -25,7 +26,7 @@ makedepends=(
|
||||||
make
|
make
|
||||||
)
|
)
|
||||||
source=("$pkgname-$pkgver::git+$url.git#tag=$pkgver")
|
source=("$pkgname-$pkgver::git+$url.git#tag=$pkgver")
|
||||||
b2sums=('be2aa333448604af4c3f11c96ac54a986e63972168e4d83354df3b7aeb23185cf89f4f0fca2aab5cc12dcc1f53e9a62d2274f40bb674b66b77b654d0aad63572')
|
b2sums=('6585e2dc7abbd35f8f678b9dfec57d1a3345ff1d7d0f7c4ca31741ef80455cd525061b74cbff56c15bcc174d7e6b876b5846865e2dec01451bd60e14641dc8b3')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue