summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0079a208483b..c8174ea17b02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@ pkgrel=2
epoch=1
pkgdesc='A tool for using your android device as a wireless/usb webcam'
arch=('x86_64')
-url="https://www.dev47apps.com/${pkgname}/linuxx"
+url="https://github.com/aramg/${pkgname}"
license=('GPL')
depends=('v4l2loopback-dc-dkms' 'alsa-lib' 'libjpeg-turbo' 'ffmpeg')
makedepends=('gtk2')
optdepends=('gtk2: use GUI version in addition to CLI interface' )
source=("${pkgname}.desktop"
- "${pkgname}-${pkgver}.zip::https://github.com/aramg/${pkgname}/archive/${pkgver}.zip"
+ "${pkgname}-${pkgver}.zip::${url}/archive/${pkgver}.zip"
"${pkgname}.conf"
)