[arch-commits] Commit in asciiquarium/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 3 17:10:45 UTC 2018


    Date: Sunday, June 3, 2018 @ 17:10:45
  Author: felixonmars
Revision: 339420

archrelease: copy trunk to community-any

Added:
  asciiquarium/repos/community-any/PKGBUILD
    (from rev 339419, asciiquarium/trunk/PKGBUILD)
Deleted:
  asciiquarium/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 17:10:31 UTC (rev 339419)
+++ PKGBUILD	2018-06-03 17:10:45 UTC (rev 339420)
@@ -1,23 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bartosz Chmura <chmurli at gmail.com>
-# Contributor: FJ <joostef at gmail.com>
-
-pkgname=asciiquarium
-pkgver=1.1
-pkgrel=4
-pkgdesc='An aquarium/sea animation in ASCII art'
-url='http://www.robobunny.com/projects/asciiquarium'
-arch=('any')
-license=('GPL2')
-depends=('perl' 'perl-term-animation')
-source=(${pkgname}-${pkgver}.tar.gz::http://www.robobunny.com/projects/${pkgname}/${pkgname}.tar.gz)
-sha512sums=('109da0aaba272465aa2cf5ce010e9ca1ece3be5be996dfe12709b3c10e44572492196b1852e8c103ed89d2c6efd0b05e454a718267cbcc4924806d30a072d926')
-
-
-package() {
-  cd ${pkgname}_${pkgver}
-  install -Dm 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: asciiquarium/repos/community-any/PKGBUILD (from rev 339419, asciiquarium/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 17:10:45 UTC (rev 339420)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartosz Chmura <chmurli at gmail.com>
+# Contributor: FJ <joostef at gmail.com>
+
+pkgname=asciiquarium
+pkgver=1.1
+pkgrel=5
+pkgdesc='An aquarium/sea animation in ASCII art'
+url='http://www.robobunny.com/projects/asciiquarium'
+arch=('any')
+license=('GPL2')
+depends=('perl' 'perl-term-animation')
+source=(${pkgname}-${pkgver}.tar.gz::http://www.robobunny.com/projects/${pkgname}/${pkgname}.tar.gz)
+sha512sums=('109da0aaba272465aa2cf5ce010e9ca1ece3be5be996dfe12709b3c10e44572492196b1852e8c103ed89d2c6efd0b05e454a718267cbcc4924806d30a072d926')
+
+
+package() {
+  cd ${pkgname}_${pkgver}
+  install -Dm 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list