[arch-commits] Commit in kodi-audioencoder-flac/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Jun 24 03:41:05 UTC 2015


    Date: Wednesday, June 24, 2015 @ 05:41:05
  Author: foutrelis
Revision: 135783

Lock to specified commit to avoid breakage

Modified:
  kodi-audioencoder-flac/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-24 03:27:23 UTC (rev 135782)
+++ PKGBUILD	2015-06-24 03:41:05 UTC (rev 135783)
@@ -3,6 +3,7 @@
 
 pkgname=kodi-audioencoder-flac
 pkgver=20141202.a960eba
+_commit=a960ebae64f4
 pkgrel=2
 pkgdesc="kodi audioencoder addon for flac"
 arch=('i686' 'x86_64')
@@ -11,7 +12,7 @@
 groups=('kodi-addons')
 depends=('kodi')
 makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git")
+source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {



More information about the arch-commits mailing list