[arch-commits] Commit in rtmpdump/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Tue Jul 16 03:23:06 UTC 2013


    Date: Tuesday, July 16, 2013 @ 05:23:06
  Author: eric
Revision: 190125

upgpkg: rtmpdump 20121230-2

Use vanilla git source tarball (close FS#36147)

Modified:
  rtmpdump/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-15 23:14:12 UTC (rev 190124)
+++ PKGBUILD	2013-07-16 03:23:06 UTC (rev 190125)
@@ -5,16 +5,16 @@
 
 pkgname=rtmpdump
 pkgver=20121230
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to download rtmp streams"
 arch=('i686' 'x86_64')
 url="http://rtmpdump.mplayerhq.hu/"
 license=('GPL2' 'LGPL2.1')
 depends=('openssl')
-options=(!makeflags)
+options=('!makeflags')
 #git://git.ffmpeg.org/rtmpdump 
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('89faf9df54204dbab211621809aa961ea6405e192cc0ce6633307e87aed400b7')
+source=(ftp://ftp.archlinux.org/other/packages/$pkgname/$pkgname-git-$pkgver.tar.xz)
+sha256sums=('2612ccbc041281c90d1fa59d20aec783fa3ef29de952323d8d89699fc3d5c4d2')
 
 build() {
   cd $pkgname-$pkgver




More information about the arch-commits mailing list