summarylogtreecommitdiffstats
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
parent77566eeab21c3d1ffa0dbbd4eb00a6ea8ef2f0d6 (diff)
downloadaur-dbb53013b4cb800de456d3b7e09ff476246b0960.tar.gz
new dependency: libpulse
Since aplay seems broken, switched to paplay.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b418e721885..d3a59ddae665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = bigtime
pkgdesc = Customizable clock for the terminal
- pkgver = 2.4.9
+ pkgver = 2.4.9.1
pkgrel = 1
url = https://github.com/teegre/bigtime
arch = any
license = MIT
- depends = alsa-utils
depends = bash
depends = coreutils
+ depends = libpulse
depends = libnotify
depends = ncurses
- source = https://github.com/teegre/bigtime/archive/2.4.9.tar.gz
- sha256sums = 15d64481341e8e9eb851f91e1f4d9de89d5d8b7f225ba065323ca6ee0aa75e5f
+ source = https://github.com/teegre/bigtime/archive/2.4.9.1.tar.gz
+ sha256sums = 274d567e717ae522cadd3dbd31c0253e08b28ab8337c3ea515454740d6b18a05
pkgname = bigtime
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/_/-}"