summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Merejkowsky2017-08-10 19:36:08 +0200
committerDimitri Merejkowsky2017-08-10 19:36:08 +0200
commit93a2a57118b8c04dc32c9ef8db44a366074597ac (patch)
tree14ddb922d640c13a745bf9dc46fdba5e93131a70
parentd62b31b1a7176ed3c3fe0d2436b1ca7c7915d10b (diff)
downloadaur-93a2a57118b8c04dc32c9ef8db44a366074597ac.tar.gz
Bump to v1.1.1
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06b44285c081..2a0bf82aecf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dimitri Merejkowsky <d.merej@gmail.com>
pkgname=replacer
-pkgver='1.0.4'
+pkgver='1.1.1'
pkgrel='1'
pkgdesc='Replace text in files'
arch=('any')
@@ -9,8 +9,8 @@ license=('BSD')
depends=('python')
makedepends=('python' 'python-setuptools')
-source=("https://pypi.python.org/packages/source/r/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('2791e8f2f1f607ffab301bc91178a1b0')
+source=('https://files.pythonhosted.org/packages/7b/25/6419ec652d171552fe8dbc880f42cdf914b54ef8532502b9f398f87ee6de/replacer-1.1.1.tar.gz')
+md5sums=('376df23adb228c4327f65e7658b3baa2')
build() {