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

Sergej Pupykin spupykin at archlinux.org
Mon Dec 26 10:21:33 UTC 2016


    Date: Monday, December 26, 2016 @ 10:21:32
  Author: spupykin
Revision: 202714

upgpkg: tvtime 1.0.11-1

upd

Modified:
  tvtime/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-26 10:21:28 UTC (rev 202713)
+++ PKGBUILD	2016-12-26 10:21:32 UTC (rev 202714)
@@ -3,8 +3,8 @@
 # Maintainer:thefatprecious <marty at loomar.com>
 
 pkgname=tvtime
-pkgver=1.0.10
-pkgrel=2
+pkgver=1.0.11
+pkgrel=1
 pkgdesc="A high quality television application for use with video capture cards"
 arch=('i686' 'x86_64')
 url='http://linuxtv.org/'
@@ -12,15 +12,13 @@
 depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 'libxv'
 	 'libsm' 'libxxf86vm' 'alsa-lib')
 makedepends=('libxt' 'v4l-utils')
-source=("https://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz"
-	"FS#48350.patch::https://git.linuxtv.org/tvtime.git/patch/?id=73aaa27fd8a8e6481985211b819d1b7d0662c0cb")
-sha256sums=('c9170c08045e54fc4e5dba2c1977ea8ca59739fbf8e6ac79d9125981a26d66d6'
-            '4ef53221bd7e7c1e49cfde146376f46eeaf7eedf7e570b47471a91922e7ffa62')
+source=("https://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz")
+sha256sums=('403bf2106578b1f3d6ce70bc08654f7a90753f19e27b4cc170bc636307cdc78c')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
   echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-  patch -p1 <"$srcdir"/"FS#48350.patch"
+#  patch -p1 <"$srcdir"/"FS#48350.patch"
 }
 
 build() {



More information about the arch-commits mailing list