summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schwaiger2024-01-27 15:50:48 +0100
committerDominik Schwaiger2024-01-27 15:50:48 +0100
commit2d6fe1f0c1eb941eb88a17f6724d0e0bd1a608b0 (patch)
treeaecf65ecc6e9736290d2fbef0729b77eb429b864
parent86ec4a9688f9499963fa5a0f3059df319480a00b (diff)
downloadaur-2d6fe1f0c1eb941eb88a17f6724d0e0bd1a608b0.tar.gz
update dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a943a644bc7..42a4a7cb52ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,15 @@ pkgbase = sonyheadphonesclient-bin
pkgdesc = A {Windows, macOS, Linux} client recreating the functionality of the Sony Headphones app
pkgver = 1.3.2
pkgrel = 1
- epoch = 0
+ epoch = 1
url = https://github.com/Plutoberth/SonyHeadphonesClient
arch = x86_64
license = custom:MIT
depends = glfw-x11
- depends = minizip
+ depends = unzip
+ depends = gcc-libs
+ depends = libglvnd
+ depends = glibc
depends = dbus
depends = bluez-libs
depends = glew
diff --git a/PKGBUILD b/PKGBUILD
index d7ec864d5daa..b780730bddd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=sonyheadphonesclient-bin
pkgver=1.3.2
pkgrel=1
-epoch=0
+epoch=1
pkgdesc="A {Windows, macOS, Linux} client recreating the functionality of the Sony Headphones app"
arch=("x86_64")
url="https://github.com/Plutoberth/SonyHeadphonesClient"
license=('custom:MIT')
groups=()
-depends=("glfw-x11" "minizip" "dbus" "bluez-libs" "glew" "glew-2.1" "dbus")
+depends=("glfw-x11" "unzip" "gcc-libs" "libglvnd" "glibc" "dbus" "bluez-libs" "glew" "glew-2.1" "dbus")
makedepends=()
checkdepends=()
optdepends=("glfw-doc")