summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl-Felix Glatzer2016-01-03 02:47:00 +0100
committerKarl-Felix Glatzer2016-01-03 02:47:00 +0100
commitdbb27f1c4d9c868835549ac608e5b00db56c9565 (patch)
tree88f8602f381e48b42dafeba91b601d49e767b5f4
parenta6882c512b7a224a838e3f30aead7a5d352e6a60 (diff)
downloadaur-dbb27f1c4d9c868835549ac608e5b00db56c9565.tar.gz
Corrected cmake make dependency to mingw-w64-cmake make dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f28a4606a761..6a83d41423fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Dec 26 21:41:31 UTC 2015
+# Sun Jan 3 01:44:01 UTC 2016
pkgbase = mingw-w64-vid.stab
pkgdesc = Video stabilization library (mingw-w64)
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = http://public.hronopik.de/vid.stab
arch = any
license = GPL
makedepends = mingw-w64-gcc
- makedepends = cmake
+ makedepends = mingw-w64-cmake
makedepends = git
depends = mingw-w64-crt
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 0f9f3c42893c..49bed76d1e43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=mingw-w64-vid.stab
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc='Video stabilization library (mingw-w64)'
arch=('any')
url='http://public.hronopik.de/vid.stab'
license=('GPL')
depends=('mingw-w64-crt')
-makedepends=('mingw-w64-gcc' 'cmake' 'git')
+makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'git')
options=(!strip !buildflags staticlibs)
_hash='2d82492533bf5004bc2c4f8213a1b622c45f6a44'
source=("vid.stab-${pkgver}::git+https://github.com/georgmartius/vid.stab.git#commit=${_hash}")