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 4e323c3f4499..c3d9e5849d3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=replace
-pkgver='1.0.15'
+pkgver='1.1.0'
pkgrel='1'
pkgdesc='Search and replace tool for strings on the all system'
arch=('any')
@@ -10,10 +10,10 @@ license=('MIT')
depends=('python>=3')
makedepends=('python' 'python-setuptools')
-source=('https://files.pythonhosted.org/packages/source/r/replacefs/replacefs-1.0.15.tar.gz')
-#source#=("file:///$MHOME/dev/python/replacefs/dist/replacefs-1.0.15.tar.gz")
-sha256sums=('2dbc1b0450f767b5b038bfe4d99b97a31ffb31f0bc44f0c98d9d87cad1dff5e9')
-#sha256sums#=('SKIP')
+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")
+#sha256sums#=("SKIP")
build() {
cd $srcdir/replacefs-${pkgver}