[arch-commits] Commit in epplet-base/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 31 02:48:07 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:48:07
  Author: felixonmars
Revision: 325309

archrelease: copy trunk to extra-x86_64

Added:
  epplet-base/repos/extra-x86_64/PKGBUILD
    (from rev 325308, epplet-base/trunk/PKGBUILD)
Deleted:
  epplet-base/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:47:20 UTC (rev 325308)
+++ PKGBUILD	2018-05-31 02:48:07 UTC (rev 325309)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=epplet-base
-pkgver=0.14
-pkgrel=2
-pkgdesc="Addon plugins for the enlightenment windowmanager"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org"
-license=('GPL')
-depends=('imlib2' 'libcdaudio' 'libgl')
-makedepends=('mesa')
-source=(http://downloads.sourceforge.net/sourceforge/enlightenment/epplets-${pkgver}.tar.gz)
-sha1sums=('ddecad7c22771bc50565f76c36ae334f952388aa')
-
-build() {
-  cd epplets-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd epplets-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: epplet-base/repos/extra-x86_64/PKGBUILD (from rev 325308, epplet-base/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:48:07 UTC (rev 325309)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=epplet-base
+pkgver=0.14
+pkgrel=3
+pkgdesc="Addon plugins for the enlightenment windowmanager"
+arch=('x86_64')
+url="http://www.enlightenment.org"
+license=('GPL')
+depends=('imlib2' 'libcdaudio' 'libgl')
+makedepends=('mesa')
+source=(http://downloads.sourceforge.net/sourceforge/enlightenment/epplets-${pkgver}.tar.gz)
+sha512sums=('d83d60521fe06497f109c3fbb5c2e10abd36a43b050c10787a68d9f9f8c2866f57d78a8559a482654d9bb0eaaf3ce791e4839bb0fda88ccbf026d8ec5dc93824')
+
+build() {
+  cd epplets-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd epplets-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list