diff options
author | bitSheriff | 2024-11-20 15:59:53 +0100 |
---|---|---|
committer | bitSheriff | 2024-11-20 15:59:53 +0100 |
commit | 6084a03c2825b618f5702f3eb892676614062556 (patch) | |
tree | f938323af429282be42a14da4da98f2ccaeafe93 | |
parent | 38fc9d6eef6f88ee640f539430d9a5bc27eb8b2c (diff) | |
download | aur-6084a03c2825b618f5702f3eb892676614062556.tar.gz |
Release v1.00.01
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |