summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobertoszek2022-02-21 18:44:32 +0100
committerrobertoszek2022-02-21 18:44:32 +0100
commit0bd4bf3b2cb2e718cc106aae4962ae0493e7e223 (patch)
tree13ebbdfc9b122a08e7aa394b5d782bf21b25a9de
parent6575eae205171e716e50ff4c5c5e75470678d0a1 (diff)
downloadaur-0bd4bf3b2cb2e718cc106aae4962ae0493e7e223.tar.gz
Bump to v1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50cb5bb34045..fc1f03ddb5b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pleroma-bot
pkgdesc = Bot for mirroring one or multiple Twitter accounts in Pleroma/Mastodon.
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/robertoszek/pleroma-bot
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-pleroma-bot
depends = python
conflicts = python-pleroma-bot
conflicts = python-pleroma-bot-git
- source = https://files.pythonhosted.org/packages/source/p/pleroma-bot/pleroma-bot-1.0.1.tar.gz
- sha256sums = 9fc29301f706f08e7542cc9799edb5a8730f07bdbdf16489cf0b299150207b42
+ source = https://files.pythonhosted.org/packages/source/p/pleroma-bot/pleroma-bot-1.0.2.tar.gz
+ sha256sums = f7272844170a746a73781dc26539deddb1de36f36b2199ac308a0b69a37ee510
pkgname = python-pleroma-bot
depends = python-oauthlib
diff --git a/PKGBUILD b/PKGBUILD
index 25708cab3d37..c7a990185a17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robertoszek <robertoszek@robertoszek.xyz>
pkgname=python-pleroma-bot
_name=${pkgname#python-}
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Bot for mirroring one or multiple Twitter accounts in Pleroma/Mastodon."
arch=("any")
@@ -11,7 +11,7 @@ depends=("python")
makedepends=("python-setuptools")
conflicts=("${pkgname}" "${pkgname}-git")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=("9fc29301f706f08e7542cc9799edb5a8730f07bdbdf16489cf0b299150207b42")
+sha256sums=("f7272844170a746a73781dc26539deddb1de36f36b2199ac308a0b69a37ee510")
build() {
cd "${srcdir}/${_name}-${pkgver}"