summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbernharl2020-07-22 22:42:02 +0200
committerbernharl2020-07-22 22:42:02 +0200
commitb991762cf1e9dfcdd727426bda7943a45d22a073 (patch)
tree65a9a4d4fa3b13ac38c192ea6944c28b97be7873
parent1179c155c68a5178fd1e86a0bc4d05a657f94627 (diff)
downloadaur-b991762cf1e9dfcdd727426bda7943a45d22a073.tar.gz
Added run.sh to sources
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46e82677ffeb..b5f5a3220b51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = joycond-cemuhook-git
pkgdesc = Support for cemuhook's UDP protocol for joycond devices
pkgver = r26.e51f79c
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/joaorb64/joycond-cemuhook
arch = any
license = unknown
@@ -11,6 +11,7 @@ pkgbase = joycond-cemuhook-git
optdepends = nintendo-udev: Udev rules for switch controllers
conflicts = joycond-cemuhook
source = joycond-cemuhook::git+https://github.com/joaorb64/joycond-cemuhook.git
+ source = run.sh
sha512sums = SKIP
pkgname = joycond-cemuhook-git
diff --git a/PKGBUILD b/PKGBUILD
index fdefeadfbbce..df85c87c619a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=joycond-cemuhook
pkgname=${_pkgname}-git
pkgver=r26.e51f79c
-pkgrel=2
+pkgrel=3
pkgdesc="Support for cemuhook's UDP protocol for joycond devices"
arch=("any")
url="https://github.com/joaorb64/joycond-cemuhook"
@@ -13,7 +13,7 @@ makedepends=()
conflicts=("${_pkgname}")
optdepends=('nintendo-udev: Udev rules for switch controllers')
-source=("${_pkgname}::git+https://github.com/joaorb64/${_pkgname}.git")
+source=("${_pkgname}::git+https://github.com/joaorb64/${_pkgname}.git" "run.sh")
sha512sums=('SKIP')