summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryo2019-04-25 08:47:05 +0200
committeryo2019-04-25 08:47:05 +0200
commit8a9269f84922cb9e263e31850c4f2bee7b21155f (patch)
tree23b61c6a198a0249550b00427a145a3d1249fe53
parent0d0b0aea129f831505e00f9df937eac92df0e98a (diff)
downloadaur-8a9269f84922cb9e263e31850c4f2bee7b21155f.tar.gz
adding suggestions
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b3a6f78c8ef..7a8db1d99ba1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = modfname
pkgdesc = file and folder name modifier on the all system
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/yoarch/modfname
arch = any
@@ -8,8 +8,8 @@ pkgbase = modfname
makedepends = python
makedepends = python-setuptools
depends = python>=3
- source = https://files.pythonhosted.org/packages/source/m/modfname/modfname-1.0.2.tar.gz
- sha256sums = ab2e28f2110a2ecbf7fae1e102c8fed91f5c514763eff00bccc04e7a461065bb
+ source = https://files.pythonhosted.org/packages/source/m/modfname/modfname-1.0.3.tar.gz
+ sha256sums = fc95fcb387451936d602004172eaf804904ee89083542d4acee0a55c4a844a91
pkgname = modfname
diff --git a/PKGBUILD b/PKGBUILD
index 9ba4f2096517..512dea457576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=modfname
-pkgver='1.0.2'
+pkgver='1.0.3'
pkgrel='1'
pkgdesc='file and folder name modifier 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/m/modfname/modfname-1.0.2.tar.gz")
-sha256sums=('ab2e28f2110a2ecbf7fae1e102c8fed91f5c514763eff00bccc04e7a461065bb')
-#source#=("file:///$MHOME/dev/python/modfname/dist/modfname-1.0.2.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/m/modfname/modfname-1.0.3.tar.gz")
+sha256sums=('fc95fcb387451936d602004172eaf804904ee89083542d4acee0a55c4a844a91')
+#source#=("file:///$MHOME/dev/python/modfname/dist/modfname-1.0.3.tar.gz")
#sha256sums#=("SKIP")
build() {