summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryo2019-06-27 13:37:37 +0200
committeryo2019-06-27 13:37:37 +0200
commit80f20f0036bc0c5cbf39d71827e99f7c8d27b6ad (patch)
tree5657f388ceca22db76285035906514b724a96a88
parentbbc32efece5f798d5a267d3f1b5bf0c75c3ccdf6 (diff)
downloadaur-80f20f0036bc0c5cbf39d71827e99f7c8d27b6ad.tar.gz
fix symlink issue
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1d443e83f88..7312d75366c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = modfname
pkgdesc = file and folder name modifier on the all system
- pkgver = 1.1.2
+ pkgver = 1.1.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.1.2.tar.gz
- sha256sums = f2d7d4637caf6ff958675b33fa64396b992d6fce8d18219bafb152191304083f
+ source = https://files.pythonhosted.org/packages/source/m/modfname/modfname-1.1.3.tar.gz
+ sha256sums = 77be69aab24027a679fd190930a40eb10694c347f95daaa2edc7468cd55b3d5f
pkgname = modfname
diff --git a/PKGBUILD b/PKGBUILD
index 1816f3c3586e..b6794d072162 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yann Orieult <yo.managements@gmail.com>
pkgname=modfname
-pkgver='1.1.2'
+pkgver='1.1.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.1.2.tar.gz")
-sha256sums=('f2d7d4637caf6ff958675b33fa64396b992d6fce8d18219bafb152191304083f')
-#source#=("file:///$MHOME/dev/python/modfname/dist/modfname-1.1.2.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/m/modfname/modfname-1.1.3.tar.gz")
+sha256sums=('77be69aab24027a679fd190930a40eb10694c347f95daaa2edc7468cd55b3d5f')
+#source#=("file:///$MHOME/dev/python/modfname/dist/modfname-1.1.3.tar.gz")
#sha256sums#=("SKIP")
build() {