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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Feb 6 11:25:05 UTC 2014


    Date: Thursday, February 6, 2014 @ 12:25:05
  Author: arodseth
Revision: 105385

upgpkg: winff 1.5.3-1

Modified:
  winff/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-06 11:18:21 UTC (rev 105384)
+++ PKGBUILD	2014-02-06 11:25:05 UTC (rev 105385)
@@ -4,7 +4,7 @@
 # Contributor: Paolo Stivanin <admin AT polslinux DOT it>
 
 pkgname=winff
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='GUI for ffmpeg'
 url='http://code.google.com/p/winff/'
@@ -13,9 +13,8 @@
 depends=('ffmpeg' 'gtk2' 'xterm' 'hicolor-icon-theme')
 makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar')
 install='winff.install'
-source=("https://$pkgname.googlecode.com/files/WinFF-$pkgver-source.tar.gz")
-noextract=("WinFF-$pkgver-source.tar.gz")
-sha256sums=('9ee1c68173263dad8d07df2bd62e830d73e6546a0fa86b35de9be8b4c363434c')
+source=("$pkgname-$pkgver.tar.gz::https://docs.google.com/uc?authuser=0&id=0B8HoAIi30ZDkMHlvVkVtNHJnLVE&export=download")
+sha256sums=('ce82ef4359ef45d4c4a18977e49e403474cae4e3a948e90a66cc41068b3d5106')
 
 prepare() {
   gendesk -n \
@@ -23,12 +22,6 @@
     --pkgdesc "$pkgdesc" \
     --genericname 'Video converter' \
     --categories 'AudioVideo;AudioVideoEditing;GTK'
-
-  # The file provided by upstream is an "exploding tarball" where the files
-  # are not extracted in a directory. Also everything is set as executable. m)
-  mkdir -p "$pkgname"
-  cd "$pkgname"
-  tar zxf "../WinFF-$pkgver-source.tar.gz"
 }
 
 build() {




More information about the arch-commits mailing list