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

Christian Hesse eworm at archlinux.org
Mon Mar 11 21:33:21 UTC 2019


    Date: Monday, March 11, 2019 @ 21:33:20
  Author: eworm
Revision: 439891

archrelease: copy trunk to community-x86_64

Added:
  xfmpc/repos/community-x86_64/PKGBUILD
    (from rev 439890, xfmpc/trunk/PKGBUILD)
Deleted:
  xfmpc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-11 21:33:16 UTC (rev 439890)
+++ PKGBUILD	2019-03-11 21:33:20 UTC (rev 439891)
@@ -1,27 +0,0 @@
-# Maintainer: Christian Hesse <arch at eworm.de>
-# Contributor:  TDY <tdy at gmx.com>
-# Contributor: Marc St-Laurent <mstlaurent at canada.com>
-
-pkgname=xfmpc
-pkgver=0.2.3
-pkgrel=3
-pkgdesc="A graphical GTK+ MPD client focusing on low footprint"
-arch=('x86_64')
-url="http://goodies.xfce.org/projects/applications/xfmpc/"
-license=('GPL')
-depends=('libxfce4ui' 'libmpd')
-makedepends=('intltool')
-source=("https://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('4189c0c82b66b758a6d5bc651493b675d3d46329e5f1a76ff26c448125f4fcb0')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}
-

Copied: xfmpc/repos/community-x86_64/PKGBUILD (from rev 439890, xfmpc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-11 21:33:20 UTC (rev 439891)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Hesse <arch at eworm.de>
+# Contributor:  TDY <tdy at gmx.com>
+# Contributor: Marc St-Laurent <mstlaurent at canada.com>
+
+pkgname=xfmpc
+pkgver=0.2.90
+pkgrel=1
+pkgdesc="A graphical GTK+ MPD client focusing on low footprint"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/applications/xfmpc/"
+license=('GPL')
+depends=('libxfce4ui' 'libmpd')
+makedepends=('intltool')
+source=("https://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('7044fbb734ca1cd827f206951cd0ce675b44cecd1552d5302bd849fc540beb49')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}
+



More information about the arch-commits mailing list