summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryo2019-05-14 00:30:26 +0200
committeryo2019-05-14 00:30:26 +0200
commit8a77f31e05d0699fddc64f2d17f3365471a72065 (patch)
tree3552e2357a4240885a11ca03568f470dafc0808b
parent639211c7a97cbcf361d25be768ee4508c21e7768 (diff)
downloadaur-8a77f31e05d0699fddc64f2d17f3365471a72065.tar.gz
removing logger
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12f57fbda8e2..61bd00dad901 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.0
+ pkgdesc = search and replace tool for strings on the all system
+ pkgver = 1.1.1
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.0.tar.gz
- sha256sums = 96a8031472bd01c25a678a5ed1ddcd097623800124da9e2db27450dfe6c452d6
+ source = https://files.pythonhosted.org/packages/source/r/replacefs/replacefs-1.1.1.tar.gz
+ sha256sums = 8462259b841f37ee62c99d268f978d4b9fe43bc570d52d2065e8f6a375480f44
pkgname = replace
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() {