summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbuckket2022-11-12 23:26:55 +0100
committerbuckket2022-11-12 23:26:55 +0100
commit6cda9c28ea0cb5355cb3c94fd1cbc6f2bf1130b7 (patch)
tree8226a7bc2107e10425ed3c112a3b27cd23cbfa9c /PKGBUILD
parent433dea7041d55a7de916592c939898fe48fcb757 (diff)
downloadaur-twtxt.tar.gz
Bump to 1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}