summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryo2019-07-21 13:21:34 +0200
committeryo2019-07-21 13:21:34 +0200
commitc8dede55335f14a22a378ad3f620fc8ab88b44d0 (patch)
treeeb7132a3ace5c95061c5e85bfaddc3671677e1f9
parent8a77f31e05d0699fddc64f2d17f3365471a72065 (diff)
downloadaur-c8dede55335f14a22a378ad3f620fc8ab88b44d0.tar.gz
improvment
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61bd00dad901..6e0bae6a05a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = replace
pkgdesc = search and replace tool for strings on the all system
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/yoarch/replace
arch = any
@@ -8,8 +8,8 @@ pkgbase = replace
makedepends = python
makedepends = python-setuptools
depends = python>=3
- source = https://files.pythonhosted.org/packages/source/r/replacefs/replacefs-1.1.1.tar.gz
- sha256sums = 8462259b841f37ee62c99d268f978d4b9fe43bc570d52d2065e8f6a375480f44
+ source = https://files.pythonhosted.org/packages/source/r/replacefs/replacefs-1.1.2.tar.gz
+ sha256sums = 2b6f607b8d69a4045992ce7ad75db1196efa28786b3327395106c039a9188bbd
pkgname = replace
diff --git a/PKGBUILD b/PKGBUILD
index 9a49dbc3515b..df84f2de8afb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=replace
-pkgver='1.1.1'
+pkgver='1.1.2'
pkgrel='1'
pkgdesc='search and replace tool for strings on the all system'
arch=('any')
@@ -10,9 +10,9 @@ license=('MIT')
depends=('python>=3')
makedepends=('python' 'python-setuptools')
-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")
+source=("https://files.pythonhosted.org/packages/source/r/replacefs/replacefs-1.1.2.tar.gz")
+sha256sums=('2b6f607b8d69a4045992ce7ad75db1196efa28786b3327395106c039a9188bbd')
+#source#=("file:///$MHOME/dev/python/replacefs/dist/replacefs-1.1.2.tar.gz")
#sha256sums#=("SKIP")
build() {