summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Canavese2023-09-13 23:01:53 +0200
committerLuca Canavese2023-09-13 23:01:53 +0200
commitd69b1cf4c9a9a6f263ada17f22ff7bcda37974a9 (patch)
tree0125f6e9e79b02d16a13608c41e875807b74da5b
parent6d980c3fb548007255cb9c934f51f216089ba852 (diff)
downloadaur-ncpamixer.tar.gz
Updated to 1.3.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 399622c76dc2..c3aa22acaab7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ncpamixer
pkgdesc = ncurses PulseAudio Mixer
- pkgver = 1.3.3.3
+ pkgver = 1.3.7
pkgrel = 1
url = https://github.com/fulhax/ncpamixer
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ncpamixer
depends = pulseaudio
provides = ncpamixer
conflicts = ncpamixer-git
- source = ncpamixer-1.3.3.3.tar.gz::https://github.com/fulhax/ncpamixer/archive/1.3.3.3.tar.gz
- sha256sums = 396099897460bcde2db72134e6652fe9717375fa45300ba2251d284658d3044a
+ source = ncpamixer-1.3.7.tar.gz::https://github.com/fulhax/ncpamixer/archive/1.3.7.tar.gz
+ sha256sums = 8a647b333875e117449fdfa3167ed50cfebe2c2254ae2618eaa5e64a5e5db3a6
pkgname = ncpamixer
diff --git a/PKGBUILD b/PKGBUILD
index 387226d8b716..d11e42b4729c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: sQVe <oskargrunning@gmail.com>
pkgname=ncpamixer
-pkgver=1.3.3.3
+pkgver=1.3.7
pkgrel=1
pkgdesc='ncurses PulseAudio Mixer'
url='https://github.com/fulhax/ncpamixer'
@@ -13,7 +13,7 @@ makedepends=('git' 'cmake')
provides=('ncpamixer')
conflicts=('ncpamixer-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fulhax/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('396099897460bcde2db72134e6652fe9717375fa45300ba2251d284658d3044a')
+sha256sums=('8a647b333875e117449fdfa3167ed50cfebe2c2254ae2618eaa5e64a5e5db3a6')
build() {
cd "$srcdir/$pkgname-$pkgver"