summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-01-27 21:12:00 -0600
committerLuis Martinez2022-01-27 21:12:00 -0600
commite653b5a33cfd4c5b7abf8acbc80f3b159e908c10 (patch)
tree60b162122f3e5a0700a191a7bbdbfac51d7fae44
parent91b69a47f0507b9737f9dbd71113cd1a0bde59bd (diff)
downloadaur-e653b5a33cfd4c5b7abf8acbc80f3b159e908c10.tar.gz
package cleanup
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1d3a4072db5..8b64dde5f6bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-tr
- pkgdesc = A Pure-Python implementation of the tr algorithm
+ pkgdesc = Pure-Python implementation of the tr algorithm
pkgver = 0.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ikegami-yukino/python-tr
arch = any
license = GPL2
makedepends = python-setuptools
depends = python
- source = https://pypi.org/packages/source/p/python-tr/python-tr-0.1.2.tar.gz
+ source = python-tr-0.1.2.tar.gz::https://files.pythonhosted.org/packages/source/p/python-tr/python-tr-0.1.2.tar.gz
sha256sums = 705630c5abd4bfc46e5e799b1002529137b56f730baceffe19a25acc4a9377d5
pkgname = python-tr
-
diff --git a/PKGBUILD b/PKGBUILD
index 64fd789e1107..00f210e5726f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
+# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
+
pkgname=python-tr
pkgver=0.1.2
-pkgrel=1
-pkgdesc="A Pure-Python implementation of the tr algorithm"
+pkgrel=2
+pkgdesc="Pure-Python implementation of the tr algorithm"
arch=('any')
url="https://github.com/ikegami-yukino/python-tr"
license=('GPL2')
depends=('python')
makedepends=('python-setuptools')
-source=("https://pypi.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('705630c5abd4bfc46e5e799b1002529137b56f730baceffe19a25acc4a9377d5')
build() {