summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhonjow2024-05-04 14:22:20 +0000
committerhonjow2024-05-04 14:22:20 +0000
commit3776047f5599b193c07cd91cdd62c78f4c89debe (patch)
treef091936eb401fa1d6cd49cb8e09f5f928c291bc1
parentfeefadf5978f999497903d3b1bfb54d2575dfdfa (diff)
downloadaur-3776047f5599b193c07cd91cdd62c78f4c89debe.tar.gz
Update AUR package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index babc6e404a71..bc5a8f727aee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = gamescope-session-sk-git
arch = any
license = MIT
makedepends = git
+ depends = gamescope
+ depends = read-edid
provides = gamescope-session-git
conflicts = gamescope-session-git
source = gamescope-session::git+https://github.com/3003n/gamescope-session.git#branch=dev
diff --git a/PKGBUILD b/PKGBUILD
index 181611e89e21..85d8b8298d80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('MIT')
provides=('gamescope-session-git')
conflicts=('gamescope-session-git')
groups=()
-# depends=('gamescope' 'read-edid')
+depends=('gamescope' 'read-edid')
makedepends=('git')
install=gamescope-session.install
source=("${_gitdir}::git+https://github.com/3003n/${_gitdir}.git#branch=dev")