summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStéphane MEYER2024-02-02 11:02:31 +0100
committerStéphane MEYER2024-02-02 11:03:26 +0100
commitdbb53013b4cb800de456d3b7e09ff476246b0960 (patch)
treec35af7f17ba097d335070175914e1dcb2b264d10 /PKGBUILD
parent77566eeab21c3d1ffa0dbbd4eb00a6ea8ef2f0d6 (diff)
downloadaur-dbb53013b4cb800de456d3b7e09ff476246b0960.tar.gz
new dependency: libpulse
Since aplay seems broken, switched to paplay.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42735eb1f664..b6d8da6da4de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=2.4.9
+pkgver=2.4.9.1
pkgrel=1
pkgdesc="Customizable clock for the terminal"
arch=('any')
url="https://github.com/teegre/bigtime"
license=('MIT')
groups=()
-depends=('alsa-utils' 'bash' 'coreutils' 'libnotify' 'ncurses')
+depends=('bash' 'coreutils' 'libpulse' 'libnotify' 'ncurses')
makedepends=()
checkdepends=()
optdepends=()
@@ -22,7 +22,7 @@ install=
changelog=
source=("$url/archive/"${pkgver}".tar.gz")
noextract=()
-sha256sums=(15d64481341e8e9eb851f91e1f4d9de89d5d8b7f225ba065323ca6ee0aa75e5f)
+sha256sums=(274d567e717ae522cadd3dbd31c0253e08b28ab8337c3ea515454740d6b18a05)
package() {
cd "$pkgname-${pkgver/_/-}"