summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a5ca0602688..e5a8b51b3db3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libebur128-git
pkgdesc = A library implementing the EBU R128 loudness standard
- pkgver = 1.2.4.r43.g68abf1b
- pkgrel = 2
+ pkgver = 1.2.6.r0.g67b33ab
+ pkgrel = 1
url = https://github.com/jiixyj/libebur128
arch = i686
arch = x86_64
@@ -9,11 +9,10 @@ pkgbase = libebur128-git
makedepends = git
makedepends = cmake
depends = glibc
- provides = libebur128
+ provides = libebur128=1.2.6.r0.g67b33ab
conflicts = libebur128
options = staticlibs
source = git+https://github.com/jiixyj/libebur128.git
sha256sums = SKIP
pkgname = libebur128-git
-
diff --git a/PKGBUILD b/PKGBUILD
index bf00fc10dfa2..5eda5a830b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libebur128-git
-pkgver=1.2.4.r43.g68abf1b
-pkgrel=2
+pkgver=1.2.6.r0.g67b33ab
+pkgrel=1
pkgdesc="A library implementing the EBU R128 loudness standard"
arch=('i686' 'x86_64')
url="https://github.com/jiixyj/libebur128"
license=('MIT')
depends=('glibc')
makedepends=('git' 'cmake')
-provides=('libebur128')
+provides=("libebur128=$pkgver")
conflicts=('libebur128')
options=('staticlibs')
source=("git+https://github.com/jiixyj/libebur128.git")