summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2016-07-21 13:44:47 +0200
committerkfg2016-07-21 13:44:47 +0200
commitdf92e87b01c4018ca4abbab5cca0558ad749b784 (patch)
tree73e1fd7232e0d4e626fca6fd3e26359ef4d444a5
parentf589c75b076932923fa3ed93938f9a8a172139c5 (diff)
downloadaur-df92e87b01c4018ca4abbab5cca0558ad749b784.tar.gz
Added missing build dependency on fakeroot
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61e58638c554..5c7bc6184d48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 18:41:50 UTC 2016
+# Thu Jul 21 11:42:58 UTC 2016
pkgbase = mingw-w64-l-smash
pkgdesc = MP4 muxer and other tools
pkgver = 2.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/l-smash/l-smash
arch = any
license = custom
makedepends = mingw-w64-gcc
+ makedepends = fakeroot
depends = mingw-w64-crt
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 378f239bf67b..e66fb8dc0c80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=mingw-w64-l-smash
pkgver=2.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='MP4 muxer and other tools'
arch=('any')
url='https://github.com/l-smash/l-smash'
license=('custom')
depends=('mingw-w64-crt')
-makedepends=('mingw-w64-gcc')
+makedepends=('mingw-w64-gcc' 'fakeroot')
options=(!strip !buildflags staticlibs)
source=("l-smash-${pkgver}.tar.gz::https://github.com/l-smash/l-smash/archive/v${pkgver}.tar.gz")
sha256sums=('17f24fc8bffba753f8c628f1732fc3581b80362341274747ef6fb96af1cac45c')