summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuckket2022-11-12 23:26:55 +0100
committerbuckket2022-11-12 23:26:55 +0100
commit6cda9c28ea0cb5355cb3c94fd1cbc6f2bf1130b7 (patch)
tree8226a7bc2107e10425ed3c112a3b27cd23cbfa9c
parent433dea7041d55a7de916592c939898fe48fcb757 (diff)
downloadaur-6cda9c28ea0cb5355cb3c94fd1cbc6f2bf1130b7.tar.gz
Bump to 1.3.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f015dbc1f81..bfd19f63efa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Sep 28 16:13:05 UTC 2017
pkgbase = twtxt
pkgdesc = Decentralised, minimalist microblogging service for hackers.
- pkgver = 1.2.3
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/buckket/twtxt
arch = any
@@ -12,8 +10,7 @@ pkgbase = twtxt
depends = python-aiohttp
depends = python-click
depends = python-humanize
- source = https://files.pythonhosted.org/packages/source/t/twtxt/twtxt-1.2.3.tar.gz
- sha256sums = be1195b46c32804f4f5f4fc552da678f6c822c6604c54d9d09348613d687be12
+ source = https://files.pythonhosted.org/packages/source/t/twtxt/twtxt-1.3.1.tar.gz
+ sha256sums = f15e580f8016071448b24048402b939b9e8dec07eabacd84b1f2878d751b71ff
pkgname = twtxt
-
diff --git a/PKGBUILD b/PKGBUILD
index b7957af496e8..9937019588d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: buckket <buckket@cock.li>
pkgname=twtxt
-pkgver=1.2.3
+pkgver=1.3.1
pkgrel=1
pkgdesc="Decentralised, minimalist microblogging service for hackers."
arch=("any")
@@ -10,7 +10,7 @@ url="https://github.com/buckket/twtxt"
depends=("python-dateutil" "python-aiohttp" "python-click" "python-humanize")
makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/source/t/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('be1195b46c32804f4f5f4fc552da678f6c822c6604c54d9d09348613d687be12')
+sha256sums=('f15e580f8016071448b24048402b939b9e8dec07eabacd84b1f2878d751b71ff')
build() {
cd ${pkgname}-${pkgver}