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

Felix Yan felixonmars at archlinux.org
Mon Jun 4 13:25:18 UTC 2018


    Date: Monday, June 4, 2018 @ 13:25:18
  Author: felixonmars
Revision: 340280

archrelease: copy trunk to community-x86_64

Added:
  lal/repos/community-x86_64/PKGBUILD
    (from rev 340279, lal/trunk/PKGBUILD)
Deleted:
  lal/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 13:25:04 UTC (rev 340279)
+++ PKGBUILD	2018-06-04 13:25:18 UTC (rev 340280)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Thayer Williams <thayer at archlinux.org>
-
-pkgname=lal
-pkgver=1.1
-pkgrel=3
-pkgdesc="A simple dockapp to display the date and/or time"
-arch=('i686' 'x86_64')
-url="http://projects.l3ib.org/lal/"
-license=('GPL3')
-depends=('libxft' 'libxt')
-source=(http://projects.l3ib.org/$pkgname/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9fc87db08a5c74a7bbab4095e0868457')
-
-build() {
-  cd ${srcdir}/$pkgname
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-
-  install -D -m755 ${srcdir}/$pkgname/$pkgname ${pkgdir}/usr/bin/$pkgname
-  install -D -m644 ${srcdir}/$pkgname/docs/$pkgname.1 \
-    ${pkgdir}/usr/share/man/man1/$pkgname.1
-}

Copied: lal/repos/community-x86_64/PKGBUILD (from rev 340279, lal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 13:25:18 UTC (rev 340280)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+
+pkgname=lal
+pkgver=1.1
+pkgrel=4
+pkgdesc="A simple dockapp to display the date and/or time"
+arch=('x86_64')
+url="http://projects.l3ib.org/lal/"
+license=('GPL3')
+depends=('libxft' 'libxt')
+source=(http://projects.l3ib.org/$pkgname/files/$pkgname-$pkgver.tar.gz)
+sha512sums=('ac5238ec9f68339f188ae743288998f3808fb5229ae1920f6b8dc93e4a3503494d011c7e39fe4b09d93ec3525cc4e20b5775c2b44f63a9708527b1291fd64eda')
+
+build() {
+  cd ${srcdir}/$pkgname
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+
+  install -D -m755 ${srcdir}/$pkgname/$pkgname ${pkgdir}/usr/bin/$pkgname
+  install -D -m644 ${srcdir}/$pkgname/docs/$pkgname.1 \
+    ${pkgdir}/usr/share/man/man1/$pkgname.1
+}



More information about the arch-commits mailing list