summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-07-17 17:41:24 +0200
committersl1pkn072015-07-17 17:41:24 +0200
commita9f403fe2bd2c250f0ffacd3425c92dff4a2b21f (patch)
tree4dc97a79f6ebd58e2fb467aefbfaf6e8f55716ac
parenta375a2d85d7956b99d90d1709e5116edca2ccd2e (diff)
downloadaur-a9f403fe2bd2c250f0ffacd3425c92dff4a2b21f.tar.gz
Sync
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4f3e0e4d05a..54ba2aa7a617 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = l-smash-git
pkgdesc = MP4 muxer and other tools. (GIT Version)
- pkgver = v2.3.0.146.geed0345
+ pkgver = v2.3.0.147.gad4d50a
pkgrel = 1
- url = http://l-smash.github.io/l-smash/
+ url = http://l-smash.github.io/l-smash
arch = i686
arch = x86_64
license = custom:l-smash
makedepends = git
depends = glibc
- provides = lsmash
- conflicts = lsmash
+ provides = l-smash
+ provides = liblsmash.so
+ conflicts = l-smash
+ conflicts = liblsmash.so
source = git+https://github.com/l-smash/l-smash.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2d8bff84498a..b463519b1f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=l-smash-git
-pkgver=v2.3.0.146.geed0345
+pkgver=v2.3.0.147.gad4d50a
pkgrel=1
-url="http://l-smash.github.io/l-smash/"
pkgdesc="MP4 muxer and other tools. (GIT Version)"
arch=('i686' 'x86_64')
+url='http://l-smash.github.io/l-smash'
license=('custom:l-smash')
depends=('glibc')
makedepends=('git')
-provides=('lsmash')
-conflicts=('lsmash')
+provides=('l-smash' 'liblsmash.so')
+conflicts=('l-smash' 'liblsmash.so')
source=('git+https://github.com/l-smash/l-smash.git')
sha1sums=('SKIP')
@@ -21,7 +21,9 @@ pkgver() {
build() {
cd l-smash
- ./configure --prefix=/usr --enable-shared --disable-static
+ ./configure --prefix=/usr \
+ --enable-shared \
+ --disable-static
make
}