summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072018-04-12 00:20:46 +0200
committersL1pKn072018-04-12 00:20:46 +0200
commitf8c2247780dc7cd6f4b08391358d7df358c0fdd0 (patch)
tree2a909a7f02284f68e8e4250aa8c8ab36979be5b3
parentb9756195aa4b604e867772a443e082b785d7ec43 (diff)
downloadaur-f8c2247780dc7cd6f4b08391358d7df358c0fdd0.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d76dd237b2af..e735a222418c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Apr 11 22:20:40 UTC 2018
pkgbase = l-smash-git
pkgdesc = MP4 muxer and other tools. (GIT Version)
- pkgver = v2.9.1.22.g3408947
+ pkgver = v2.14.5.14.g04fbd81
pkgrel = 1
url = http://l-smash.github.io/l-smash
- arch = i686
arch = x86_64
license = custom:l-smash
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 0c8875ebccc5..167dc49be095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=l-smash-git
-pkgver=v2.9.1.22.g3408947
+pkgver=v2.14.5.14.g04fbd81
pkgrel=1
pkgdesc="MP4 muxer and other tools. (GIT Version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='http://l-smash.github.io/l-smash'
license=('custom:l-smash')
depends=('glibc')
@@ -21,9 +21,11 @@ pkgver() {
build() {
cd l-smash
- ./configure --prefix=/usr \
- --enable-shared \
- --disable-static
+ ./configure \
+ --prefix=/usr \
+ --enable-shared \
+ --disable-static
+
make
}