[arch-commits] Commit in diet-ng/repos/community-x86_64 (PKGBUILD PKGBUILD)
Dan Printzell
wild at archlinux.org
Wed Nov 11 20:05:58 UTC 2020
Date: Wednesday, November 11, 2020 @ 20:05:58
Author: wild
Revision: 751223
archrelease: copy trunk to community-x86_64
Added:
diet-ng/repos/community-x86_64/PKGBUILD
(from rev 751222, diet-ng/trunk/PKGBUILD)
Deleted:
diet-ng/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 20:05:53 UTC (rev 751222)
+++ PKGBUILD 2020-11-11 20:05:58 UTC (rev 751223)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=diet-ng
-pkgver=1.7.2
-pkgrel=3
-pkgdesc='Generic compile-time template system based on an XML-like structure for D'
-arch=('x86_64')
-url='https://github.com/rejectedsoftware/diet-ng'
-license=('MIT')
-depends=('liblphobos')
-makedepends=('meson' 'ldc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('e1d39790d9803c704c6a9069bf4a365d3fbafc0d0eed68fa5dac85f86e1b69e84146357d961ef5d3ce88230838d31dc081a692d72f77de1d1325e38f1186d474')
-
-build() {
- mkdir -p $pkgname-$pkgver/build
- cd $pkgname-$pkgver/build
-
- export DC=ldc
-
- arch-meson ..
-
- ninja
-}
-
-check() {
- cd $pkgname-$pkgver/build
-
- ninja test
-}
-
-package() {
- cd $pkgname-$pkgver/build
-
- DESTDIR="$pkgdir" ninja install
-
- install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
Copied: diet-ng/repos/community-x86_64/PKGBUILD (from rev 751222, diet-ng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 20:05:58 UTC (rev 751223)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=diet-ng
+pkgver=1.7.4
+pkgrel=1
+pkgdesc='Generic compile-time template system based on an XML-like structure for D'
+arch=('x86_64')
+url='https://github.com/rejectedsoftware/diet-ng'
+license=('MIT')
+depends=('liblphobos')
+makedepends=('meson' 'ldc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('94ceb88d5258ab972ad85e71276a38d4ee64cd3373acebff612c09fe1819e7ef137204ab25d7694de01f402bf128893f29628149f7af1613015fcf3d8ec59ece')
+
+build() {
+ mkdir -p $pkgname-$pkgver/build
+ cd $pkgname-$pkgver/build
+
+ export DC=ldc
+
+ arch-meson ..
+
+ ninja
+}
+
+check() {
+ cd $pkgname-$pkgver/build
+
+ ninja test
+}
+
+package() {
+ cd $pkgname-$pkgver/build
+
+ DESTDIR="$pkgdir" ninja install
+
+ install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
More information about the arch-commits
mailing list