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

Giancarlo Razzolini grazzolini at archlinux.org
Wed Feb 17 15:52:40 UTC 2021


    Date: Wednesday, February 17, 2021 @ 15:52:40
  Author: grazzolini
Revision: 862559

archrelease: copy trunk to community-x86_64

Added:
  dateutils/repos/community-x86_64/PKGBUILD
    (from rev 862558, dateutils/trunk/PKGBUILD)
Deleted:
  dateutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-17 15:51:55 UTC (rev 862558)
+++ PKGBUILD	2021-02-17 15:52:40 UTC (rev 862559)
@@ -1,38 +0,0 @@
-# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
-
-pkgname=dateutils
-pkgver=0.4.7
-pkgrel=1
-pkgdesc='nifty command line date and time utilities; fast date calculations and conversion in the shell'
-url='https://www.fresse.org/dateutils/'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc')
-source=("$pkgname-$pkgver.tar.xz::https://github.com/hroptatyr/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
-        "$pkgname-$pkgver.tar.asc::https://github.com/hroptatyr/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.asc")
-validpgpkeys=('6CB0D61E23A4275CC2CFA16194C9A1AC82C9390E')
-sha1sums=('8c59d50a70834d7a5962cc03245a3ea589719520'
-          'SKIP')
-sha512sums=('480943c32585efd8f42958d6e7d3304a37568f2134c9561d6e0b38f4719fd149ec7e55c559a5e73e97e1c9d217f3d53fe76a7e6a9d3114c040915ebf48db4666'
-            'SKIP')
-
-prepare() {
-    cd "$srcdir/$pkgname-$pkgver"
-    ./configure --prefix=/usr --with-old-links=no
-}
-
-build() {
-    cd "$srcdir/$pkgname-$pkgver"
-    make
-}
-
-check() {
-    cd "$srcdir/$pkgname-$pkgver"
-    make check
-}
-
-package() {
-    cd "$srcdir/$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-    install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: dateutils/repos/community-x86_64/PKGBUILD (from rev 862558, dateutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-17 15:52:40 UTC (rev 862559)
@@ -0,0 +1,38 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+
+pkgname=dateutils
+pkgver=0.4.8
+pkgrel=1
+pkgdesc='nifty command line date and time utilities; fast date calculations and conversion in the shell'
+url='https://www.fresse.org/dateutils/'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc')
+source=("$pkgname-$pkgver.tar.xz::https://github.com/hroptatyr/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
+        "$pkgname-$pkgver.tar.asc::https://github.com/hroptatyr/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.asc")
+validpgpkeys=('6CB0D61E23A4275CC2CFA16194C9A1AC82C9390E')
+sha1sums=('d58ef0c068cdec50ce909c443ce8d6420b750a7a'
+          'SKIP')
+sha512sums=('964204e2a04a5aa7fa73cbddd98e1a953d498a4b5e0447daa5f912845fb74825d1791b6bea3ebca47784a8edd2e549dfee1e48e3050632efed7f11f109b74be8'
+            'SKIP')
+
+prepare() {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./configure --prefix=/usr --with-old-links=no
+}
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make
+}
+
+check() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make check
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+    install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}



More information about the arch-commits mailing list