summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmixamPP2021-11-05 16:38:58 +0100
committerEmixamPP2021-11-05 16:38:58 +0100
commit92c89d2b8a0e5bcf70bd993c2b49ebfa06487a47 (patch)
tree759f85466cb96fd67d98082add9b6a5e86d832ac
parent18992261ca8235b93a32de0f10e455b138e382b8 (diff)
downloadaur-92c89d2b8a0e5bcf70bd993c2b49ebfa06487a47.tar.gz
hot fix 3.2.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c366e918e960..cc7576e880b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-enable-ir-emitter
pkgdesc = Enables infrared cameras that are not directly enabled out-of-the box.
pkgver = 3.2.2
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://github.com/EmixamPP/linux-enable-ir-emitter
install = linux-enable-ir-emitter.install
@@ -15,6 +15,6 @@ pkgbase = linux-enable-ir-emitter
conflicts = linux-enable-ir-emitter-git
conflicts = chicony-ir-toggle
source = https://github.com/EmixamPP/linux-enable-ir-emitter/archive/refs/tags/3.2.2.tar.gz
- sha256sums = e66501bb370c23cdd5957e1f771067d60a3b94789c0dc983a445664bd19ad13d
+ sha256sums = 14de62e082d757f9d750a4f235fd963e45aa84ea98ad5c234eb3eff240aee1db
pkgname = linux-enable-ir-emitter
diff --git a/PKGBUILD b/PKGBUILD
index c81358b6a2fd..97a41697f279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ depends=(python python-opencv python-yaml usbutils)
install=linux-enable-ir-emitter.install
source=("https://github.com/EmixamPP/linux-enable-ir-emitter/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('e66501bb370c23cdd5957e1f771067d60a3b94789c0dc983a445664bd19ad13d')
+sha256sums=('14de62e082d757f9d750a4f235fd963e45aa84ea98ad5c234eb3eff240aee1db')
build() {
make -C "${srcdir}/${pkgname}-${pkgver}/sources/driver/uvc"