summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-08-19 17:18:12 +0800
committerChocobo12017-08-19 17:18:12 +0800
commit86e341aa3e8678a2d43ae0bb9bd261a1dfb906b0 (patch)
treeeda9ba70f258546e7cbc11c145bee9bef2f683a4
parentc727c771be624f221ed96630d8da0c178bda54cc (diff)
downloadaur-86e341aa3e8678a2d43ae0bb9bd261a1dfb906b0.tar.gz
upgpkg: libsndfile-git 1.0.28.r74.gbeee21e5-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9572661de20d..abe2b77af9e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libsndfile-git
pkgdesc = C library for reading and writing files containing sampled sound
pkgver = 1.0.28.r74.gbeee21e5
- pkgrel = 1
+ pkgrel = 2
url = http://www.mega-nerd.com/libsndfile/
arch = i686
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = libsndfile-git
depends = libvorbis
provides = libsndfile
conflicts = libsndfile
+ options = staticlibs
source = git+https://github.com/erikd/libsndfile.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ae123f914455..35808ffb08aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libsndfile-git
pkgver=1.0.28.r74.gbeee21e5
-pkgrel=1
+pkgrel=2
pkgdesc="C library for reading and writing files containing sampled sound"
arch=('i686' 'x86_64')
url="http://www.mega-nerd.com/libsndfile/"
@@ -11,6 +11,7 @@ depends=('glibc' 'alsa-lib' 'flac' 'libogg' 'libvorbis')
makedepends=('git' 'autogen')
provides=('libsndfile')
conflicts=('libsndfile')
+options=('staticlibs')
source=("git+https://github.com/erikd/libsndfile.git")
sha256sums=('SKIP')