diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-21 19:42:14 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-21 19:42:14 -0300 |
commit | 1270ec705b6182abecbaf2b99afa70afea7b90f6 (patch) | |
tree | 4e6e73852b9dbae692f2f9ee88771a0d63813911 /community | |
parent | 5632fb53a96ee47668bb4c277c3ca2eb8a26cbbf (diff) | |
download | aports-1270ec705b6182abecbaf2b99afa70afea7b90f6.tar.bz2 aports-1270ec705b6182abecbaf2b99afa70afea7b90f6.tar.xz |
community/firetools: upgrade to 0.9.58
Diffstat (limited to 'community')
-rw-r--r-- | community/firetools/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/community/firetools/APKBUILD b/community/firetools/APKBUILD index a3855baa87..6aafcd0618 100644 --- a/community/firetools/APKBUILD +++ b/community/firetools/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=firetools -pkgver=0.9.52 +pkgver=0.9.58 pkgrel=0 pkgdesc="Firejail sandbox launcher integrated with the system tray" url="https://l3net.wordpress.com/projects/firejail/#firetools" @@ -12,10 +12,8 @@ makedepends="qt5-qtbase-dev qt5-qtsvg-dev" options="!check" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/netblue30/firetools/archive/$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -27,8 +25,7 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="cd0162f08296d9fdb9706c1d32956348cbb1bb3d23c7f040ec015dbfc14c07794013ffea3a7c3016a2d37a1b1be654a46c9f366d6132622a0ebce3865702a9af firetools-0.9.52.tar.gz" +sha512sums="35df2243f494acc63bf91d6890b619b2367e38927500a2c9d874acaa319a6ae6822090d9fe614164fc02232891f7149405575cb7232c4591664e9345061797f1 firetools-0.9.58.tar.gz" |