summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuckket2017-09-28 18:14:09 +0200
committerbuckket2017-09-28 18:14:09 +0200
commit433dea7041d55a7de916592c939898fe48fcb757 (patch)
tree0ca83e5e22537294e807bd9571b0c99133a3a4f7
parenta2652ced29dfb48bd0527cd9cc30692c3e7f73d1 (diff)
downloadaur-433dea7041d55a7de916592c939898fe48fcb757.tar.gz
Bump to 1.2.3, change source URL
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e79c5994ab85..8f015dbc1f81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 16 12:25:56 UTC 2016
+# Thu Sep 28 16:13:05 UTC 2017
pkgbase = twtxt
pkgdesc = Decentralised, minimalist microblogging service for hackers.
- pkgver = 1.2.1
- pkgrel = 2
+ pkgver = 1.2.3
+ pkgrel = 1
url = https://github.com/buckket/twtxt
arch = any
license = MIT
@@ -12,8 +12,8 @@ pkgbase = twtxt
depends = python-aiohttp
depends = python-click
depends = python-humanize
- source = https://pypi.python.org/packages/source/t/twtxt/twtxt-1.2.1.tar.gz
- sha256sums = b6c892655f2fb7efd183410a0071830a1df70185d3ac6bf657afeb812a5cacb4
+ source = https://files.pythonhosted.org/packages/source/t/twtxt/twtxt-1.2.3.tar.gz
+ sha256sums = be1195b46c32804f4f5f4fc552da678f6c822c6604c54d9d09348613d687be12
pkgname = twtxt
diff --git a/PKGBUILD b/PKGBUILD
index 001953fd292b..b7957af496e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: buckket <buckket@cock.li>
pkgname=twtxt
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
pkgdesc="Decentralised, minimalist microblogging service for hackers."
arch=("any")
license=("MIT")
url="https://github.com/buckket/twtxt"
depends=("python-dateutil" "python-aiohttp" "python-click" "python-humanize")
makedepends=("python-setuptools")
-source=("https://pypi.python.org/packages/source/t/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=("b6c892655f2fb7efd183410a0071830a1df70185d3ac6bf657afeb812a5cacb4")
+source=("https://files.pythonhosted.org/packages/source/t/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('be1195b46c32804f4f5f4fc552da678f6c822c6604c54d9d09348613d687be12')
build() {
cd ${pkgname}-${pkgver}