summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek J. Clark2023-02-20 21:05:38 -0800
committerDerek J. Clark2023-02-20 21:05:38 -0800
commited38fe1e904a28038d12c857aea4a8c94d28c3e3 (patch)
tree04e052345a78ea8572fd3aa2e051fa0cb4fadbe0
parent387c404357d366fea924a3a0d0c152c73d87649f (diff)
downloadaur-ed38fe1e904a28038d12c857aea4a8c94d28c3e3.tar.gz
Add missing compiled addon libpty
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e884757950f1..8b64aab9cf78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ogui-git
pkgdesc = Open source game launcher
- pkgver = v0.0.5.r13.g510e200
+ pkgver = v0.0.6.r0.g510e200
pkgrel = 1
url = https://github.com/ShadowBlip/OpenGamepadUI
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 79d478d519c2..30e34ad3b2ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Derek J. Clark <derekjohn.clark@gmail.com>
pkgname=ogui-git
_pkgbase=OpenGamepadUI
-pkgver=v0.0.5.r13.g510e200
+pkgver=v0.0.6.r0.g510e200
pkgrel=1
pkgdesc="Open source game launcher"
arch=('x86_64')
@@ -50,6 +50,7 @@ package() {
mkdir -p ${pkgdir}/usr/share/opengamepadui
install -Dm644 build/libevdev.linux.template_debug.x86_64.so ${pkgdir}/usr/share/opengamepadui/libevdev.linux.template_debug.x86_64.so
+ install -Dm644 build/libpty.linux.template_debug.x86_64.so ${pkgdir}/usr/share/opengamepadui/libpty.linux.template_debug.x86_64.so
install -Dm644 build/libxlib.linux.template_debug.x86_64.so ${pkgdir}/usr/share/opengamepadui/libxlib.linux.template_debug.x86_64.so
install -Dm755 build/opengamepad-ui.x86_64 ${pkgdir}/usr/share/opengamepadui/opengamepad-ui.x86_64