summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMateusz Gozdek2020-11-06 11:11:28 +0100
committerMateusz Gozdek2020-11-06 11:11:28 +0100
commitdb67be29447308902989e45a002d52f61bbfc3af (patch)
treedaa031e1133f276233f64dc0d2a3518e61c9f880 /PKGBUILD
parent08f7f6d2c4d9a706a579f659c8bb7622558f4f5e (diff)
downloadaur-db67be29447308902989e45a002d52f61bbfc3af.tar.gz
Update to 1.6
For now without "official" support for v4l2loopback-dkms package, though it can be installed and used for testing. This is because I'm not sure yet how to deal with it as optional dependency and also while testing myself, I found it difficult to set the desired resolution, so in my opinion v4l2loopback-dc-dkms still provides a bit better UX than the other module. Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef999333cf16..6f591b362df0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase=droidcam
pkgname=('droidcam' 'v4l2loopback-dc-dkms')
-pkgver=1.5
-pkgrel=3
+pkgver=1.6
+pkgrel=1
epoch=1
pkgdesc='A tool for using your android device as a wireless/usb webcam'
arch=('x86_64')
@@ -24,15 +24,11 @@ source=("${pkgbase}.desktop"
sha512sums=('72d21aa2d7eecc9bb070aaf7059a671246feb22f9c39b934a5463a4839f9347050de00754e5031dbc44f78eb2731f58f0cd2fcf781bc241f6fbd1abb4308b7ee'
'27848dc6825c965c0aaac8e86220c3916ba20df6d941f5f05caecbf9c329ee744ee883bd2638ba58fe0dc3f40a8ae804dafbfbbe2efc23237e2b5450606cb78d'
'74415b349bf8b2d1bb8181906f4254416d6223c5c42951185051bf3dd3e2f780db3441078ebff4a670eb0ffc76cc08f3b36851e0824c55a7f70136ce4d0240bc'
- '88329c9c002b2ed99bad9e88d0dfa63197774fe57e1561058536f038775516416e0aec810d4f43de165a72354f5a02ac1bab4f9ad28a4b263327a254ba8c59b3')
+ 'c714f14ec25853dc74ef6272a5d6d54e1159090250af7a26a108cbd77c154c99f03e6ecb3b68f757cc144f369443b3f86cb02363039d32781b681f19bd2435f0')
prepare() {
# Generate the module loading configuration files
echo "options v4l2loopback_dc width=640 height=480" >| "${pkgbase}.modprobe.conf"
-
- # Ensure that 'install' script from repository does not collide with install binary used for
- # building the package.
- chmod -x ${pkgname}-${pkgver}/linux/install
}
build() {