[arch-commits] Commit in gmrun/repos/community-x86_64 (PKGBUILD PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sun May 9 08:40:40 UTC 2021


    Date: Sunday, May 9, 2021 @ 08:40:39
  Author: bluewind
Revision: 928975

archrelease: copy trunk to community-x86_64

Added:
  gmrun/repos/community-x86_64/PKGBUILD
    (from rev 928974, gmrun/trunk/PKGBUILD)
Deleted:
  gmrun/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-09 08:40:37 UTC (rev 928974)
+++ PKGBUILD	2021-05-09 08:40:39 UTC (rev 928975)
@@ -1,29 +0,0 @@
-# Contributor: Jeff Mickey <j at codemac.net>
-# Contributor: Woody Gilk aka Shadowhand <woody.gilk at gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=gmrun
-pkgver=1.1w
-pkgrel=1
-pkgdesc="A simple program which provides a run program window"
-arch=('x86_64')
-url="https://github.com/wdlkmpx/gmrun"
-license=('GPL')
-depends=('gtk3' 'popt')
-source=($pkgname-$pkgver.tar.gz::https://github.com/wdlkmpx/gmrun/archive/$pkgver.tar.gz)
-md5sums=('fc2e7535dda6b3d7455bfea49329fa13')
-backup=('etc/gmrunrc')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	./autogen.sh
-	./configure --prefix=/usr --sysconfdir=/etc
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make DESTDIR="${pkgdir}" install
-}

Copied: gmrun/repos/community-x86_64/PKGBUILD (from rev 928974, gmrun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-09 08:40:39 UTC (rev 928975)
@@ -0,0 +1,29 @@
+# Contributor: Jeff Mickey <j at codemac.net>
+# Contributor: Woody Gilk aka Shadowhand <woody.gilk at gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=gmrun
+pkgver=1.2w
+pkgrel=1
+pkgdesc="A simple program which provides a run program window"
+arch=('x86_64')
+url="https://github.com/wdlkmpx/gmrun"
+license=('GPL')
+depends=('gtk3' 'popt')
+source=($pkgname-$pkgver.tar.gz::https://github.com/wdlkmpx/gmrun/archive/$pkgver.tar.gz)
+md5sums=('56d94701dcd0c56fc0a8a816222041cf')
+backup=('etc/gmrunrc')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./autogen.sh
+	./configure --prefix=/usr --sysconfdir=/etc
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list