summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2019-10-22 00:59:58 +0800
committerKaizhao Zhang2019-10-22 00:59:58 +0800
commitf4de2e6149517d2aef70331491e5468621eace5f (patch)
treec020778c7c6be3a80fbe126914cfffcfeb3eb445
parentce38ba32665cc01cf729f25cb43a391dcf77cddd (diff)
downloadaur-f4de2e6149517d2aef70331491e5468621eace5f.tar.gz
Updated to version 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df9ecbb5f2ad..15c05207a373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-userpath
pkgdesc = Cross-platform tool for adding locations to the user PATH, no elevated privileges required!
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/ofek/userpath
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-userpath
makedepends = python-setuptools
depends = python-click
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/u/userpath/userpath-1.2.0.tar.gz
- sha256sums = 10fa2a90c61546f188989680a9b7510888b976f5d18503ad4482c8f919e783cb
+ source = https://files.pythonhosted.org/packages/source/u/userpath/userpath-1.3.0.tar.gz
+ sha256sums = dd0b8ba650732c614c5e6b709e51be321c596566422d99a443d545401a965468
pkgname = python-userpath
diff --git a/PKGBUILD b/PKGBUILD
index 38740215e38a..9f29ef10c602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
_name=userpath
-_sha256sum=10fa2a90c61546f188989680a9b7510888b976f5d18503ad4482c8f919e783cb
+_sha256sum=dd0b8ba650732c614c5e6b709e51be321c596566422d99a443d545401a965468
pkgname=python-userpath
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Cross-platform tool for adding locations to the user PATH, no elevated privileges required!"
arch=('any')