summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2020-06-26 12:37:51 -0300
committerGonzalo Exequiel Pedone2020-06-26 12:37:51 -0300
commite08c810ecf8f45ee40f815a296d686d4ad62290c (patch)
tree30e2d864fb725f5fc13ba2ae3b3459b70fc0ec14
parentff691a30e6623b83375c5cd5f0c2d338599af52d (diff)
downloadaur-e08c810ecf8f45ee40f815a296d686d4ad62290c.tar.gz
Package updated.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87c03725a9d9..95a48e57165b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = akvcam-dkms-git
pkgdesc = Virtual camera for Linux
- pkgver = 1.0.4.r3.g127df47
+ pkgver = 1.1.0.r0.gce8c98e
pkgrel = 1
url = https://github.com/webcamoid/akvcam
install = akvcam-dkms-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 486cbd656ded..ee9cf672e114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=akvcam
pkgname=${_pkgbase}-dkms-git
-pkgver=1.0.4.r3.g127df47
+pkgver=1.1.0.r0.gce8c98e
pkgrel=1
pkgdesc="Virtual camera for Linux"
url="https://github.com/webcamoid/akvcam"
@@ -38,8 +38,9 @@ package() {
cp -vf COPYING "${pkgdir}/usr/src/${_pkgbase}-${pkgver}"
mkdir -p "${pkgdir}/usr/share/licenses/${_pkgbase}"
cp -vf COPYING "${pkgdir}/usr/share/licenses/${_pkgbase}"
- mkdir -p "${pkgdir}/etc/${_pkgbase}"
+ mkdir -p "${pkgdir}/etc/${_pkgbase}/examples"
cp -vf share/config_example.ini "${pkgdir}/etc/${_pkgbase}"
+ cp -vf share/examples/output.c "${pkgdir}/etc/${_pkgbase}/examples"
cd "${srcdir}/${_pkgbase}/src"
cp -ar * "${pkgdir}/usr/src/${_pkgbase}-${pkgver}"
cd "${pkgdir}/usr/src/${_pkgbase}-${pkgver}"