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

Florian Pritz bluewind at archlinux.org
Sun Mar 7 14:24:01 UTC 2021


    Date: Sunday, March 7, 2021 @ 14:24:01
  Author: bluewind
Revision: 886023

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-07 14:23:58 UTC (rev 886022)
+++ PKGBUILD	2021-03-07 14:24:01 UTC (rev 886023)
@@ -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.0w
-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=('e2f776e412b0dc17f7f5b5c2e595bda1')
-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 886022, gmrun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-07 14:24:01 UTC (rev 886023)
@@ -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.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
+}



More information about the arch-commits mailing list