sx-utils for the package name

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2018-08-01 17:48:04 +03:00
parent 6b3ea527d0
commit e7f697aa6a
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Jack L. Frost <fbt@fleshless.org>
pkgbase='sx-utils'
pkgname=( 'sx-open' 'sx-utils-xdg-compat' )
pkgname=( 'sx-utils' 'sx-utils-xdg-compat' )
pkgver='1.6.0'
pkgrel='1'
pkgdesc='An incomplete set of tools to replace xdg-utils'
@ -9,10 +9,11 @@ url='https://git.fleshless.org/sx-open'
arch=( 'x86_64' 'i686' )
license=( 'ISC' )
depends=( 'bash' )
replaces=( 'sx-open' )
source=( "https://git.fleshless.org/u/fbt/sx-open/snapshot/sx-open-${pkgver}.tar.gz" )
package_sx-open() {
package_sx-utils() {
optdepends=( 'sx-utils-xdg-compat: symbolic links for xdg -> sx' )
cd "${pkgname}-${pkgver}"