summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryo2019-04-11 17:21:17 +0200
committeryo2019-04-11 17:21:17 +0200
commit639211c7a97cbcf361d25be768ee4508c21e7768 (patch)
tree683b05a2129e8d3cf6470840160ca0de5b319d58
parent86204c789d77f8db4d8d845b9d700f11da700879 (diff)
downloadaur-639211c7a97cbcf361d25be768ee4508c21e7768.tar.gz
cleaning some code
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a2098b2dff6..12f57fbda8e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = replace
pkgdesc = Search and replace tool for strings on the all system
- pkgver = 1.0.15
+ pkgver = 1.1.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.0.15.tar.gz
- sha256sums = 2dbc1b0450f767b5b038bfe4d99b97a31ffb31f0bc44f0c98d9d87cad1dff5e9
+ source = https://files.pythonhosted.org/packages/source/r/replacefs/replacefs-1.1.0.tar.gz
+ sha256sums = 96a8031472bd01c25a678a5ed1ddcd097623800124da9e2db27450dfe6c452d6
pkgname = replace
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}