summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryo2019-05-14 00:37:45 +0200
committeryo2019-05-14 00:37:45 +0200
commit96cddeaaa6c0df68d08c4e66d3d508342478a571 (patch)
treea0bc6f5f7dbccdf7c318eeb4b84698b075870cbd
parent8a9269f84922cb9e263e31850c4f2bee7b21155f (diff)
downloadaur-96cddeaaa6c0df68d08c4e66d3d508342478a571.tar.gz
removing logger
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a8db1d99ba1..9d1d6ec638c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = modfname
pkgdesc = file and folder name modifier on the all system
- pkgver = 1.0.3
+ pkgver = 1.0.4
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.3.tar.gz
- sha256sums = fc95fcb387451936d602004172eaf804904ee89083542d4acee0a55c4a844a91
+ source = https://files.pythonhosted.org/packages/source/m/modfname/modfname-1.0.4.tar.gz
+ sha256sums = 4bad49db379a4378ac5d7f3a13422d77aead1ec9b67fdf40b92eb264093cce84
pkgname = modfname
diff --git a/PKGBUILD b/PKGBUILD
index 512dea457576..339f8786d1ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=modfname
-pkgver='1.0.3'
+pkgver='1.0.4'
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.3.tar.gz")
-sha256sums=('fc95fcb387451936d602004172eaf804904ee89083542d4acee0a55c4a844a91')
-#source#=("file:///$MHOME/dev/python/modfname/dist/modfname-1.0.3.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/m/modfname/modfname-1.0.4.tar.gz")
+sha256sums=('4bad49db379a4378ac5d7f3a13422d77aead1ec9b67fdf40b92eb264093cce84')
+#source#=("file:///$MHOME/dev/python/modfname/dist/modfname-1.0.4.tar.gz")
#sha256sums#=("SKIP")
build() {