summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Podgorny2018-10-23 00:22:59 +0200
committerRadek Podgorny2018-10-23 00:22:59 +0200
commit210fdf927c31ea85292f62708231befcef6b1096 (patch)
tree8f5f1132a4bb9107d393a1f01a40f37ca134106d
parent873898f0215b0a36573952603471b06aee52c270 (diff)
downloadaur-210fdf927c31ea85292f62708231befcef6b1096.tar.gz
add libjpeg dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff075c8dad5b..7bc8e31b9ca4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = vncsnapshot-git
pkgdesc = VNC snapshots
- pkgver = r3.2680fcc
- pkgrel = 1
+ pkgver = r7.3903845
+ pkgrel = 2
url = https://github.com/rpodgorny/VNCsnapshot
arch = i686
arch = x86_64
license = unknown
+ depends = libjpeg-turbo
provides = vncsnapshot
conflicts = vncsnapshot
source = vncsnapshot::git+https://github.com/rpodgorny/VNCsnapshot
diff --git a/PKGBUILD b/PKGBUILD
index f9e3edc96918..e575aff1d5fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Radek Podgorny <radek@podgorny.cz
pkgname=vncsnapshot-git
-pkgver=r3.2680fcc
-pkgrel=1
+pkgver=r7.3903845
+pkgrel=2
pkgdesc='VNC snapshots'
arch=('i686' 'x86_64')
url='https://github.com/rpodgorny/VNCsnapshot'
license=('unknown')
provides=('vncsnapshot')
conflicts=('vncsnapshot')
+depends=('libjpeg-turbo')
source=(${pkgname%-git}::git+https://github.com/rpodgorny/VNCsnapshot)
sha256sums=('SKIP')
#options=('!makeflags')