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

Sébastien Luttringer seblu at archlinux.org
Thu Jun 20 17:10:27 UTC 2019


    Date: Thursday, June 20, 2019 @ 17:10:26
  Author: seblu
Revision: 482508

archrelease: copy trunk to community-x86_64

Added:
  hardlink/repos/community-x86_64/PKGBUILD
    (from rev 482507, hardlink/trunk/PKGBUILD)
Deleted:
  hardlink/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-20 17:10:21 UTC (rev 482507)
+++ PKGBUILD	2019-06-20 17:10:26 UTC (rev 482508)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=hardlink
-pkgver=0.3.0
-pkgrel=2
-pkgdesc='Replace file copies using hardlinks'
-arch=('x86_64')
-url='https://jak-linux.org/projects/hardlink/'
-license=('custom: MIT')
-depends=('glibc' 'pcre')
-source=("https://jak-linux.org/projects/hardlink/hardlink_$pkgver.tar.xz")
-md5sums=('72f1a460adb6874c151deab766e434ad')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # install icense
-  install -Dm 644 debian/copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hardlink/repos/community-x86_64/PKGBUILD (from rev 482507, hardlink/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-20 17:10:26 UTC (rev 482508)
@@ -0,0 +1,26 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=hardlink
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='Replace file copies using hardlinks'
+arch=('x86_64')
+url='https://salsa.debian.org/jak/hardlink'
+license=('custom: MIT')
+depends=('glibc' 'pcre')
+source=("https://salsa.debian.org/jak/hardlink/-/archive/$pkgver/hardlink-$pkgver.tar.bz2")
+md5sums=('bf0ada2fa1f2e3ed0c0b0fd6f1b00ab7')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # install icense
+  install -Dm 644 debian/copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list