summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')