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

Felix Yan felixonmars at archlinux.org
Fri Oct 5 12:18:29 UTC 2018


    Date: Friday, October 5, 2018 @ 12:18:29
  Author: felixonmars
Revision: 389965

archrelease: copy trunk to community-x86_64

Added:
  nyancat/repos/community-x86_64/PKGBUILD
    (from rev 389963, nyancat/trunk/PKGBUILD)
Deleted:
  nyancat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-05 12:18:25 UTC (rev 389964)
+++ PKGBUILD	2018-10-05 12:18:29 UTC (rev 389965)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Limao Luo <luolimao+AUR at gmail.com>
-
-pkgname=nyancat
-pkgver=1.4.4
-pkgrel=2
-pkgdesc="Nyancat rendered in your terminal."
-arch=('x86_64')
-url=http://nyancat.dakko.us/
-license=('custom:NCSA')
-depends=('glibc')
-makedepends=('git')
-source=("git://github.com/klange/$pkgname.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
-  make -C $pkgname
-}
-
-package() {
-  cd $pkgname/
-  install -Dm755 src/$pkgname "$pkgdir"/usr/bin/$pkgname
-  install -Dm644 $pkgname.1 "$pkgdir"/usr/share/man/man1/$pkgname.1
-
-  install -d "$pkgdir/usr/lib/systemd/system"
-  install -m644 systemd/* "$pkgdir/usr/lib/systemd/system"
-}

Copied: nyancat/repos/community-x86_64/PKGBUILD (from rev 389963, nyancat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-05 12:18:29 UTC (rev 389965)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+
+pkgname=nyancat
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Nyancat rendered in your terminal."
+arch=('x86_64')
+url=http://nyancat.dakko.us/
+license=('custom:NCSA')
+depends=('glibc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/klange/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('8eee5da8afacdbe8b6b5f66686c101d42da26ef6c172e6b43b6042e1bacf7dfb5668e006cbbe675aca523b567eea57404af5b5bb6d654d137951e06c9a75463a')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 src/$pkgname "$pkgdir"/usr/bin/$pkgname
+  install -Dm644 $pkgname.1 "$pkgdir"/usr/share/man/man1/$pkgname.1
+
+  install -d "$pkgdir/usr/lib/systemd/system"
+  install -m644 systemd/* "$pkgdir/usr/lib/systemd/system"
+}



More information about the arch-commits mailing list