upgpkg: nautilus-copy-path-1.10.2-3: satisfy namcap

This commit is contained in:
Christian Schendel 2025-09-08 22:42:02 +02:00
parent 86e06643d6
commit e573ef08d5
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
2 changed files with 4 additions and 2 deletions

View file

@ -1,13 +1,14 @@
pkgbase = nautilus-copy-path
pkgdesc = Configurable extension for Nautilus to copy path, URI, or name
pkgver = 1.10.2
pkgrel = 2
pkgrel = 3
url = https://github.com/chr314/nautilus-copy-path
install = nautilus-copy-path.install
arch = any
license = MIT
makedepends = git
depends = glib2
depends = gtk4
depends = libnautilus-extension
depends = python
depends = python-gobject

View file

@ -2,7 +2,7 @@
pkgname=nautilus-copy-path
pkgver=1.10.2
pkgrel=2
pkgrel=3
pkgdesc="Configurable extension for Nautilus to copy path, URI, or name"
arch=('any')
url="https://github.com/chr314/$pkgname"
@ -11,6 +11,7 @@ license=(
)
depends=(
glib2
gtk4
libnautilus-extension
python
python-gobject