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

Allan McRae allan at gemini.archlinux.org
Sun Apr 24 22:59:10 UTC 2022


    Date: Sunday, April 24, 2022 @ 22:59:10
  Author: allan
Revision: 1189690

archrelease: copy trunk to community-x86_64

Added:
  dunesh/repos/community-x86_64/PKGBUILD
    (from rev 1189689, dunesh/trunk/PKGBUILD)
Deleted:
  dunesh/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 22:58:54 UTC (rev 1189689)
+++ PKGBUILD	2022-04-24 22:59:10 UTC (rev 1189690)
@@ -1,23 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=dunesh
-pkgver=0.1.7
-pkgrel=1
-pkgdesc='The cozy shell'
-arch=(x86_64)
-url='https://github.com/adam-mcdaniel/dune'
-license=(APACHE)
-makedepends=(git rust)
-source=("git+$url#commit=e94a31a25ef4c2625488a705b9e61285ab10c539") # tag: v0.1.7
-b2sums=(SKIP)
-
-build() {
-  cargo build --manifest-path dune/Cargo.toml --release
-}
-
-package() {
-  install -Dm755 dune/target/release/$pkgname \
-    "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 dune/LICENSE \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: dunesh/repos/community-x86_64/PKGBUILD (from rev 1189689, dunesh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 22:59:10 UTC (rev 1189690)
@@ -0,0 +1,23 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=dunesh
+pkgver=0.1.7
+pkgrel=2
+pkgdesc='The cozy shell'
+arch=(x86_64)
+url='https://github.com/adam-mcdaniel/dune'
+license=(APACHE)
+makedepends=(git rust)
+source=("git+$url#commit=e94a31a25ef4c2625488a705b9e61285ab10c539") # tag: v0.1.7
+b2sums=(SKIP)
+
+build() {
+  cargo build --manifest-path dune/Cargo.toml --release
+}
+
+package() {
+  install -Dm755 dune/target/release/$pkgname \
+    "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 dune/LICENSE \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list