summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schwaiger2022-03-29 07:47:00 +0200
committerDominik Schwaiger2022-03-29 07:47:00 +0200
commit0544afee31b2f7921a1b4369e698367190086614 (patch)
tree28d1ee5559bb8eab1dd209e1e0008a0ee3fa1db0
parentd8f6f076ef1d42a1bf54e05d4484428433f27c50 (diff)
downloadaur-0544afee31b2f7921a1b4369e698367190086614.tar.gz
glew dependency
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee57abf3f37f..732f73ccaf73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = sonyheadphonesclient-bin
pkgdesc = A {Windows, macOS, Linux} client recreating the functionality of the Sony Headphones app
pkgver = 1.2
pkgrel = 1
+ epoch = 1
url = https://github.com/Plutoberth/SonyHeadphonesClient
arch = x86_64
license = custom:MIT
@@ -10,6 +11,7 @@ pkgbase = sonyheadphonesclient-bin
depends = dbus
depends = bluez-libs
depends = glew
+ depends = glew-2.1
optdepends = glfw-doc
source = https://github.com/Plutoberth/SonyHeadphonesClient/releases/download/v1.2/SonyHeadphonesClient-linux-x64.zip
source = MIT
diff --git a/.gitignore b/.gitignore
index b593f942044d..997653825967 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
-SonyHeadphonesClient
-SonyHeadphonesClient-linux-x64.zip
-sonyheadphonesclient-bin-1.2-1-x86_64.pkg.tar.zst
+*.zip
+*.zst
src/*
pkg/*
diff --git a/PKGBUILD b/PKGBUILD
index 2d697fcaff94..aa03bff2c96f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=sonyheadphonesclient-bin
pkgver=1.2
pkgrel=1
-epoch=
+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")
+depends=("glfw-x11" "minizip" "dbus" "bluez-libs" "glew" "glew-2.1")
makedepends=()
checkdepends=()
optdepends=("glfw-doc")