summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitSheriff2024-11-20 15:59:53 +0100
committerbitSheriff2024-11-20 15:59:53 +0100
commit6084a03c2825b618f5702f3eb892676614062556 (patch)
treef938323af429282be42a14da4da98f2ccaeafe93
parent38fc9d6eef6f88ee640f539430d9a5bc27eb8b2c (diff)
downloadaur-6084a03c2825b618f5702f3eb892676614062556.tar.gz
Release v1.00.01
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 889ed3f9af36..0ce864a37364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dunst-timer
pkgdesc = A Python script for setting timers with progress bar notifications in Dunst
- pkgver = 1.00.03
+ pkgver = 1.00.01
pkgrel = 1
url = https://github.com/bitSheriff/dunst-timer
arch = any
license = MIT
depends = python
- source = https://github.com/bitSheriff/dunst-timer/archive/v1.00.03.tar.gz
- sha256sums = 4a7ed417a45fb6eec1f171688b15308880fe8f9141f0fd79eb24b13284d1b4f6
+ source = https://github.com/bitSheriff/dunst-timer/archive/v1.00.01.tar.gz
+ sha256sums = fbd06751394b348e0eb9ab8391ff7bf3d3fa18bf2ec49165deada62b3d54e11c
pkgname = dunst-timer
diff --git a/PKGBUILD b/PKGBUILD
index e6fb511c8325..dd5aa2d1307e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: bitSheriff <root@bitsheriff.dev>
pkgname=dunst-timer
-pkgver=1.00.03
+pkgver=1.00.01
pkgrel=1
pkgdesc="A Python script for setting timers with progress bar notifications in Dunst"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/bitSheriff/dunst-timer"
license=('MIT')
depends=('python')
source=("https://github.com/bitSheriff/dunst-timer/archive/v$pkgver.tar.gz")
-sha256sums=('4a7ed417a45fb6eec1f171688b15308880fe8f9141f0fd79eb24b13284d1b4f6')
+sha256sums=('fbd06751394b348e0eb9ab8391ff7bf3d3fa18bf2ec49165deada62b3d54e11c')
package() {
install -Dm755 "$srcdir/$pkgname-$pkgver/dunst-timer.py" "$pkgdir/usr/bin/dunst-timer"