summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdd181ad8147..2f2a88097c65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libshout-git
pkgdesc = Library for accessing a shoutcast/icecast server
- pkgver = 2.4.3.r0.g0496602
+ pkgver = 2.4.6.r0.gd8592a0
pkgrel = 1
url = https://libshout.freedesktop.org/wiki/
arch = i686
@@ -12,11 +12,10 @@ pkgbase = libshout-git
depends = libtheora
depends = libvorbis
depends = speex
- provides = libshout
+ provides = libshout=2.4.6.r0.gd8592a0
conflicts = libshout
options = staticlibs
source = git+https://gitlab.xiph.org/xiph/icecast-libshout.git
sha256sums = SKIP
pkgname = libshout-git
-
diff --git a/PKGBUILD b/PKGBUILD
index daa843eda7f6..59198beef004 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libshout-git
-pkgver=2.4.3.r0.g0496602
+pkgver=2.4.6.r0.gd8592a0
pkgrel=1
pkgdesc="Library for accessing a shoutcast/icecast server"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://libshout.freedesktop.org/wiki/"
license=('GPL2')
depends=('glibc' 'openssl' 'libtheora' 'libvorbis' 'speex' )
makedepends=('git')
-provides=('libshout')
+provides=("libshout=$pkgver")
conflicts=('libshout')
options=('staticlibs')
source=("git+https://gitlab.xiph.org/xiph/icecast-libshout.git")