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

Felix Yan felixonmars at gemini.archlinux.org
Sat Dec 11 18:19:18 UTC 2021


    Date: Saturday, December 11, 2021 @ 18:19:18
  Author: felixonmars
Revision: 1068296

archrelease: copy trunk to community-x86_64

Added:
  pps-tools/repos/community-x86_64/PKGBUILD
    (from rev 1068295, pps-tools/trunk/PKGBUILD)
Deleted:
  pps-tools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-11 18:19:10 UTC (rev 1068295)
+++ PKGBUILD	2021-12-11 18:19:18 UTC (rev 1068296)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Mike Swanson <mikeonthecomputer at gmail.com>
-
-pkgname=pps-tools
-pkgdesc="LinuxPPS user-space tools"
-pkgver=1.0.2
-pkgrel=1
-arch=('x86_64')
-url="http://linuxpps.org/"
-license=('GPL2')
-depends=('bash')
-source=("https://github.com/ago/pps-tools/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('bc60a9ea94bb57bcc2b7870da433ef04fbbc30e5c4d880b719a8e7fcabba0bef2996c086e6993b879f2515cd0c685659bfed5371904401e35120ae1e9dc0891a')
-
-build() {
-  cd $pkgname-$pkgver
-  LDLIBS=-lm make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/include/sys"
-  LDLIBS=-lm make DESTDIR="$pkgdir/" install
-}

Copied: pps-tools/repos/community-x86_64/PKGBUILD (from rev 1068295, pps-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-11 18:19:18 UTC (rev 1068296)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Mike Swanson <mikeonthecomputer at gmail.com>
+
+pkgname=pps-tools
+pkgdesc="LinuxPPS user-space tools"
+pkgver=1.0.3
+pkgrel=1
+arch=('x86_64')
+url="http://linuxpps.org/"
+license=('GPL2')
+depends=('bash')
+source=("https://github.com/ago/pps-tools/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('a57be9e7e3c9969a6bfd91bbdd618ab875c9c92cad3a2206653f2719896cf293e87ca941484d60d9af22ae1a64daa10689621504edc652a31b2bf6af8741eb64')
+
+build() {
+  cd $pkgname-$pkgver
+  LDLIBS=-lm make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/include/sys"
+  LDLIBS=-lm make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list