summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krzyszkowiak2019-12-15 12:00:07 +0100
committerSebastian Krzyszkowiak2019-12-15 12:00:27 +0100
commit4bf42e7b888ec39c9f5c087ec67384b2b67e06e5 (patch)
tree029a62d4665e6595703477af98e4624556a4ae1a
parent1887a88b450ac05a5b77931f4d5da7aca274326f (diff)
downloadaur-4bf42e7b888ec39c9f5c087ec67384b2b67e06e5.tar.gz
add kdesignerplugin dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28d2d6af5e12..61a427522d4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kamerka
pkgdesc = Take photos using your webcam and shiny animated QML interface
pkgver = 0.20
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://dos1.github.io/kamerka/
arch = i686
@@ -22,6 +22,7 @@ pkgbase = kamerka
depends = qt5-script
depends = v4l-utils
depends = qimageblitz
+ depends = kdesignerplugin
source = kamerka-0.20.tar.gz::https://github.com/dos1/kamerka/archive/0.20.tar.gz
sha256sums = a87612851fba9222f6454aaa08694f1ae5a2483a708198a761262789fd246467
diff --git a/PKGBUILD b/PKGBUILD
index dfac8e45b10b..c4f0e69d00b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=kamerka
pkgver=0.20
pkgdesc="Take photos using your webcam and shiny animated QML interface"
-pkgrel=1
+pkgrel=2
epoch=1
arch=('i686' 'x86_64')
url="http://dos1.github.io/kamerka/"
license=('GPL')
makedepends=('cmake')
-depends=('kdeclarative' 'qt5-base' 'kdelibs4support' 'kwidgetsaddons' 'phonon-qt5' 'kio' 'kcoreaddons' 'kconfig' 'ki18n' 'knotifications' 'qt5-declarative' 'qt5-script' 'v4l-utils' 'qimageblitz')
+depends=('kdeclarative' 'qt5-base' 'kdelibs4support' 'kwidgetsaddons' 'phonon-qt5' 'kio' 'kcoreaddons' 'kconfig' 'ki18n' 'knotifications' 'qt5-declarative' 'qt5-script' 'v4l-utils' 'qimageblitz' 'kdesignerplugin')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dos1/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('a87612851fba9222f6454aaa08694f1ae5a2483a708198a761262789fd246467')