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

Florian Pritz bluewind at gemini.archlinux.org
Sun Feb 27 10:12:27 UTC 2022


    Date: Sunday, February 27, 2022 @ 10:12:26
  Author: bluewind
Revision: 1137519

upgpkg: gmrun 1.3w-1: upstream update

Modified:
  gmrun/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-27 10:10:24 UTC (rev 1137518)
+++ PKGBUILD	2022-02-27 10:12:26 UTC (rev 1137519)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=gmrun
-pkgver=1.2w
+pkgver=1.3w
 pkgrel=1
 pkgdesc="A simple program which provides a run program window"
 arch=('x86_64')
@@ -11,13 +11,12 @@
 license=('GPL')
 depends=('gtk3' 'popt')
 source=($pkgname-$pkgver.tar.gz::https://github.com/wdlkmpx/gmrun/archive/$pkgver.tar.gz)
-md5sums=('56d94701dcd0c56fc0a8a816222041cf')
+md5sums=('3a04878697e7c5969e555d0939fe8c68')
 backup=('etc/gmrunrc')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
-	./autogen.sh
 	./configure --prefix=/usr --sysconfdir=/etc
 	make
 }



More information about the arch-commits mailing list