summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhonjow2024-04-15 09:58:23 +0000
committerhonjow2024-04-15 09:58:23 +0000
commit310fafb33c1399eafaafaad3bf68e164a5a67b18 (patch)
tree4653f480c9ffca0655135540bd491d80a793ad54
parent46468a6cf5f9ce9584b14b905be9ea593530360e (diff)
downloadaur-310fafb33c1399eafaafaad3bf68e164a5a67b18.tar.gz
Update AUR package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0e30cafcfc3..a4cbfeeb8dce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = gamescope-session-sk-git
license = MIT
makedepends = git
depends = gamescope
+ depends = read-edid
source = gamescope-session::git+https://github.com/3003n/gamescope-session.git#branch=dev
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a81fdee4d081..4d611ea0e87e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/ChimeraOS/gamescope-session"
license=('MIT')
groups=()
-depends=('gamescope')
+depends=('gamescope' 'read-edid')
makedepends=('git')
install=gamescope-session.install
source=("${_gitdir}::git+https://github.com/3003n/${_gitdir}.git#branch=dev")