upgpkg: nautilus-copy-path-1.10.2-3: satisfy namcap
This commit is contained in:
parent
86e06643d6
commit
e573ef08d5
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue