summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ad3918d882f..b5333406a10a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flauncher
pkgdesc = Universal CLI file launcher
- pkgver = 1.4.1
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/yoarch/flauncher
arch = any
@@ -8,8 +8,7 @@ pkgbase = flauncher
makedepends = python
makedepends = python-setuptools
depends = python>=3
- source = https://files.pythonhosted.org/packages/source/f/flauncher/flauncher-1.4.1.tar.gz
- sha256sums = 201e2cdefec77c277e30c847c9a1e28e9ccf5968d739daf7b619777228134b82
+ source = https://files.pythonhosted.org/packages/source/f/flauncher/flauncher-1.5.0.tar.gz
+ sha256sums = d9bb2e26e01b221a2a530e2c2b42985dbf7c285b9b0c3367260e1f09b712e40f
pkgname = flauncher
-
diff --git a/PKGBUILD b/PKGBUILD
index 102adc00ed5c..272a50feeef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=flauncher
-pkgver='1.4.1'
+pkgver='1.5.0'
pkgrel='1'
pkgdesc='Universal CLI file launcher'
arch=('any')
@@ -10,8 +10,8 @@ license=('MIT')
depends=('python>=3')
makedepends=('python' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/f/flauncher/flauncher-1.4.1.tar.gz")
-sha256sums=('201e2cdefec77c277e30c847c9a1e28e9ccf5968d739daf7b619777228134b82')
+source=("https://files.pythonhosted.org/packages/source/f/flauncher/flauncher-1.5.0.tar.gz")
+sha256sums=('d9bb2e26e01b221a2a530e2c2b42985dbf7c285b9b0c3367260e1f09b712e40f')
#source#=("file:///$MHOME/dev/python/man/flauncher/dist/flauncher-1.4.1.tar.gz")
#sha256sums#=("SKIP")