Date: Saturday, February 6, 2021 @ 13:50:02
  Author: bluewind
Revision: 846726

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-02-06 13:50:00 UTC (rev 846725)
+++ PKGBUILD    2021-02-06 13:50:02 UTC (rev 846726)
@@ -1,29 +0,0 @@
-# Contributor: Jeff Mickey <j...@codemac.net>
-# Contributor: Woody Gilk aka Shadowhand <woody.g...@gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
-
-pkgname=gmrun
-pkgver=0.9.5w
-pkgrel=2
-pkgdesc="A simple program which provides a run program window"
-arch=('x86_64')
-url="https://github.com/wdlkmpx/gmrun";
-license=('GPL')
-depends=('gtk2' 'popt')
-source=($pkgname-$pkgver.tar.gz::https://github.com/wdlkmpx/gmrun/archive/$pkgver.tar.gz)
-md5sums=('8d7fdf893f15306df9bb9daca6cf897d')
-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 846725, 
gmrun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-02-06 13:50:02 UTC (rev 846726)
@@ -0,0 +1,29 @@
+# Contributor: Jeff Mickey <j...@codemac.net>
+# Contributor: Woody Gilk aka Shadowhand <woody.g...@gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1...@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
+}

Reply via email to