summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author=2020-04-21 18:28:38 +0200
committer=2020-04-21 18:28:38 +0200
commit09c1e4e647f05c7ccd5466df24e73f3bfb192833 (patch)
tree813552b2b975335d8e4e37bafc066e5cce741034
parentc8dede55335f14a22a378ad3f620fc8ab88b44d0 (diff)
downloadaur-09c1e4e647f05c7ccd5466df24e73f3bfb192833.tar.gz
cleaning code
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e0bae6a05a6..bfebbf1d5661 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.2
+ pkgdesc = Search and replace CLI tool for strings on the all system
+ pkgver = 1.1.3
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.2.tar.gz
- sha256sums = 2b6f607b8d69a4045992ce7ad75db1196efa28786b3327395106c039a9188bbd
+ source = https://files.pythonhosted.org/packages/source/r/replacefs/replacefs-1.1.3.tar.gz
+ sha256sums = a7aebd6c1aeee29953786700af4e23c61e9459ddd0b5dd5f885b0d8191d299cb
pkgname = replace
diff --git a/PKGBUILD b/PKGBUILD
index df84f2de8afb..8c532bb5d28a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=replace
-pkgver='1.1.2'
+pkgver='1.1.3'
pkgrel='1'
-pkgdesc='search and replace tool for strings on the all system'
+pkgdesc='Search and replace CLI 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.2.tar.gz")
-sha256sums=('2b6f607b8d69a4045992ce7ad75db1196efa28786b3327395106c039a9188bbd')
+source=("https://files.pythonhosted.org/packages/source/r/replacefs/replacefs-1.1.3.tar.gz")
+sha256sums=('a7aebd6c1aeee29953786700af4e23c61e9459ddd0b5dd5f885b0d8191d299cb')
#source#=("file:///$MHOME/dev/python/replacefs/dist/replacefs-1.1.2.tar.gz")
#sha256sums#=("SKIP")