summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryo2020-07-21 23:17:27 +0200
committeryo2020-07-21 23:17:27 +0200
commitc3a568b18e5407a4f783a099c64c1323372a6eae (patch)
tree83ba3dff210563900e7e17df50443f9206d903ed
parent09c1e4e647f05c7ccd5466df24e73f3bfb192833 (diff)
downloadaur-c3a568b18e5407a4f783a099c64c1323372a6eae.tar.gz
package restructured
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfebbf1d5661..fdaa0af6bd5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = replace
pkgdesc = Search and replace CLI tool for strings on the all system
- pkgver = 1.1.3
+ pkgver = 1.2.0
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.3.tar.gz
- sha256sums = a7aebd6c1aeee29953786700af4e23c61e9459ddd0b5dd5f885b0d8191d299cb
+ source = https://files.pythonhosted.org/packages/source/r/replacefs/replacefs-1.2.0.tar.gz
+ sha256sums = 4bdab2aa1e5cb4adf874cc9b71f8c2328c4006f66ed0e9775ee2cf7b0dced4ae
pkgname = replace
diff --git a/PKGBUILD b/PKGBUILD
index 8c532bb5d28a..36ee68e7fc70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=replace
-pkgver='1.1.3'
+pkgver='1.2.0'
pkgrel='1'
pkgdesc='Search and replace CLI 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.3.tar.gz")
-sha256sums=('a7aebd6c1aeee29953786700af4e23c61e9459ddd0b5dd5f885b0d8191d299cb')
-#source#=("file:///$MHOME/dev/python/replacefs/dist/replacefs-1.1.2.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/r/replacefs/replacefs-1.2.0.tar.gz")
+sha256sums=('4bdab2aa1e5cb4adf874cc9b71f8c2328c4006f66ed0e9775ee2cf7b0dced4ae')
+#source#=("file:///$MHOME/dev/python/man/replacefs/dist/replacefs-1.2.0.tar.gz")
#sha256sums#=("SKIP")
build() {