summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-03-23 15:39:27 +0300
committerCaleb Maclennan2023-03-23 15:39:27 +0300
commit92d389824f5890951fdeb4ba1b2c92299120fa9e (patch)
tree5415084baef0cf0ae70c54df9743d3c305439b40 /PKGBUILD
parent5b8fd2f126449d4fade7d8bb39a95f6dac8a14b7 (diff)
downloadaur-92d389824f5890951fdeb4ba1b2c92299120fa9e.tar.gz
upgpkg: ftcli 0.9.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50b2a610f9c8..e9823c914c7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_upname=ftCLI
pkgname=ftcli
-pkgver=0.8.1
+pkgver=0.9.0
pkgrel=1
pkgdesc='A command line font editor'
arch=(any)
@@ -18,12 +18,11 @@ depends=(dehinter
font-line
python
"${_py_deps[@]/#/python-}")
-makedepends=(python-{build,installer}
- python-setuptools
- python-wheel)
+makedepends=(python-{build,installer,wheel}
+ python-setuptools)
_archive="$_upname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('0e52854286135a271acf2621d3b147defce72d23a5eb0ebef2df86311ff21273')
+sha256sums=('49653abe530ad523779ee29c54007a98019b2f082549f5897759cf1a80eeef5d')
build() {
cd "$_archive"