summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormcgillij2024-04-29 12:50:41 -0300
committermcgillij2024-04-29 12:52:19 -0300
commitd0f1d70120dc845ec9f1b1be25b80ee6423af24f (patch)
treee04b7cb77fd4ab4736ba03bb242bdde2759f0d51 /PKGBUILD
parent5cc8f9dcb83909c8eff980707914a06c385e41c2 (diff)
downloadaur-py3status-github-notifications.tar.gz
update for python3.12 and arch update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85358594c200..4e7264c653f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=py3status-github-notifications
poetryname=py3status_github_notifications
pkgdesc="Python module for py3status to keep track of your Github notifications."
-pkgver=0.1.12
+pkgver=0.1.13
pkgrel=1
arch=('any')
license=('MIT')
@@ -11,7 +11,8 @@ depends=('py3status' 'python' 'python-pygithub')
makedepends=('python-build' 'python-poetry' 'python-installer')
url="https://github.com/mcgillij/py3status-github-notifications"
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/$poetryname-$pkgver.tar.gz")
-md5sums=('31bdf25623d474044301b9ff94563a3a')
+#source=("py3status_github_notifications-$pkgver.tar.gz")
+md5sums=('08c75196286034a6d21a7bec301b150f')
build() {
cd "$srcdir/$poetryname-$pkgver"