summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryo2019-05-16 12:53:30 +0200
committeryo2019-05-16 12:53:30 +0200
commit01c108130c59fccd76dab355c6e164dca30d1122 (patch)
tree661b310e6dc487b880db718230d9b0329b85b6b5 /PKGBUILD
parent8d6fa212baab95de931d89e64c2456f593742eac (diff)
downloadaur-01c108130c59fccd76dab355c6e164dca30d1122.tar.gz
fixing permission issues
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0bf207d7e0c..83055a615697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=flauncher
-pkgver='1.1.2'
+pkgver='1.1.5'
pkgrel='1'
pkgdesc='universal file launcher for terminal'
arch=('any')
@@ -10,9 +10,9 @@ license=('MIT')
depends=('python>=3')
makedepends=('python' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/f/flauncher/flauncher-1.1.2.tar.gz")
-sha256sums=('9b28ac4b586c23c478cecbd08ee74f24417344671f032caddc4716f390e18725')
-#source#=("file:///$MHOME/dev/python/flauncher/dist/flauncher-1.1.2.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/f/flauncher/flauncher-1.1.5.tar.gz")
+sha256sums=('5cc5a71a35381bf791c3b2417565d1585c83c8796bc4f2b34a43470c5684383c')
+#source#=("file:///$MHOME/dev/python/flauncher/dist/flauncher-1.1.5.tar.gz")
#sha256sums#=("SKIP")
build() {