summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-09-17 13:35:43 +0200
committerPhilip Goto2021-09-17 13:35:43 +0200
commit558359f1bda2046fab4760e71e9657183c6a93f0 (patch)
treeb791a84a4e3935307cfc86ada8f60a8e108d25f1
parente399fa3725763de1b6d3c4e4f6c41254f0456d48 (diff)
downloadaur-558359f1bda2046fab4760e71e9657183c6a93f0.tar.gz
Update to 0.1.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06b900d79bf1..748e142a1990 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,16 @@
pkgbase = callaudiod
pkgdesc = Call audio routing daemon
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://gitlab.com/mobian1/callaudiod
- arch = i686
arch = x86_64
- arch = armv7h
arch = aarch64
license = GPL3
makedepends = meson
depends = alsa-lib
depends = glib2
depends = libpulse
- source = https://gitlab.com/mobian1/callaudiod/-/archive/0.1.0/callaudiod-0.1.0.tar.gz
- sha256sums = eb9202af99e7d5fdfb0c20fcb64a0384a2024c9ca27a4c8ba45113eb0ffb97fc
+ source = https://gitlab.com/mobian1/callaudiod/-/archive/0.1.1/callaudiod-0.1.1.tar.gz
+ sha256sums = 950036e95a920bdaae74ec61912a3588b7e743b808c2c5a77337709351d4b227
pkgname = callaudiod
-
diff --git a/PKGBUILD b/PKGBUILD
index 2cd591195dd9..471352187db2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=callaudiod
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
-pkgdesc="Call audio routing daemon"
-arch=(i686 x86_64 armv7h aarch64)
-url="https://gitlab.com/mobian1/callaudiod"
+pkgdesc='Call audio routing daemon'
+arch=(x86_64 aarch64)
+url='https://gitlab.com/mobian1/callaudiod'
license=(GPL3)
depends=(alsa-lib glib2 libpulse)
makedepends=(meson)
source=("${url}/-/archive/${pkgver}/callaudiod-${pkgver}.tar.gz")
-sha256sums=('eb9202af99e7d5fdfb0c20fcb64a0384a2024c9ca27a4c8ba45113eb0ffb97fc')
+sha256sums=('950036e95a920bdaae74ec61912a3588b7e743b808c2c5a77337709351d4b227')
build() {
arch-meson callaudiod-${pkgver} build