summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3d9e5849d3a..9a49dbc3515b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=replace
-pkgver='1.1.0'
+pkgver='1.1.1'
pkgrel='1'
-pkgdesc='Search and replace tool for strings on the all system'
+pkgdesc='search and replace tool for strings on the all system'
arch=('any')
url='https://github.com/yoarch/replace'
license=('MIT')
depends=('python>=3')
makedepends=('python' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/r/replacefs/replacefs-1.1.0.tar.gz")
-sha256sums=('96a8031472bd01c25a678a5ed1ddcd097623800124da9e2db27450dfe6c452d6')
-#source#=("file:///$MHOME/dev/python/replacefs/dist/replacefs-1.1.0.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/r/replacefs/replacefs-1.1.1.tar.gz")
+sha256sums=('8462259b841f37ee62c99d268f978d4b9fe43bc570d52d2065e8f6a375480f44')
+#source#=("file:///$MHOME/dev/python/replacefs/dist/replacefs-1.1.1.tar.gz")
#sha256sums#=("SKIP")
build() {