Date: Saturday, February 4, 2023 @ 20:15:05
  Author: arojas
Revision: 1392386

upgpkg: glide 0.5.11-2: Update to 0.5.11

Modified:
  glide/trunk/PKGBUILD
Deleted:
  glide/trunk/fix-build.patch

-----------------+
 PKGBUILD        |   12 +++---------
 fix-build.patch |    9 ---------
 2 files changed, 3 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-04 20:13:28 UTC (rev 1392385)
+++ PKGBUILD    2023-02-04 20:15:05 UTC (rev 1392386)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=glide
-pkgver=0.5.9
+pkgver=0.5.11
 pkgrel=2
 pkgdesc='Simple and minimalistic media player based on GStreamer and GTK'
 arch=('x86_64')
@@ -12,15 +12,9 @@
 optdepends=('gst-libav: Extra media codecs'
             'gst-plugins-ugly: Extra media codecs')
 replaces=('glide-player')
-source=("https://github.com/philn/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
-         fix-build.patch)
-sha256sums=('e426e8b085a89e7dc384fc241bf161732735f083ddc4099342859c289951c6a3'
-            'd90a7cb94bc7be015167d40c2f8d5e1019ca2c77647bcfcbf2dbaa633eb4983d')
+source=("https://github.com/philn/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=('9d3824ce12b68504eeddda69a887277db000fc5d188fdf8eb8d2178ef8fc8354')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < fix-build.patch
-}
-
 build() {
   arch-meson $pkgname-$pkgver build
   meson compile -C build

Deleted: fix-build.patch
===================================================================
--- fix-build.patch     2023-02-04 20:13:28 UTC (rev 1392385)
+++ fix-build.patch     2023-02-04 20:15:05 UTC (rev 1392386)
@@ -1,9 +0,0 @@
-diff --git a/scripts/grabber.sh b/scripts/grabber.sh
-index 992dce3..12ebe76 100755
---- a/scripts/grabber.sh
-+++ b/scripts/grabber.sh
-@@ -1,3 +1,3 @@
- #!/bin/sh
- 
--find src/ -name *.rs
-+find src/ -name '*.rs'

Reply via email to