summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcgillij2024-04-29 12:50:41 -0300
committermcgillij2024-04-29 12:52:19 -0300
commitd0f1d70120dc845ec9f1b1be25b80ee6423af24f (patch)
treee04b7cb77fd4ab4736ba03bb242bdde2759f0d51
parent5cc8f9dcb83909c8eff980707914a06c385e41c2 (diff)
downloadaur-py3status-github-notifications.tar.gz
update for python3.12 and arch update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac374ec3efcb..164ebcc09bfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = 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
url = https://github.com/mcgillij/py3status-github-notifications
arch = any
@@ -11,7 +11,7 @@ pkgbase = py3status-github-notifications
depends = py3status
depends = python
depends = python-pygithub
- source = https://github.com/mcgillij/py3status-github-notifications/releases/download/0.1.12/py3status_github_notifications-0.1.12.tar.gz
- md5sums = 31bdf25623d474044301b9ff94563a3a
+ source = https://github.com/mcgillij/py3status-github-notifications/releases/download/0.1.13/py3status_github_notifications-0.1.13.tar.gz
+ md5sums = 08c75196286034a6d21a7bec301b150f
pkgname = py3status-github-notifications
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"