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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jun 23 22:23:15 UTC 2019


    Date: Sunday, June 23, 2019 @ 22:23:14
  Author: svenstaro
Revision: 483334

archrelease: copy trunk to community-x86_64

Added:
  sd/repos/community-x86_64/PKGBUILD
    (from rev 483333, sd/trunk/PKGBUILD)
Deleted:
  sd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-23 22:23:09 UTC (rev 483333)
+++ PKGBUILD	2019-06-23 22:23:14 UTC (rev 483334)
@@ -1,22 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Wesley Moore <wes at wezm.net>
-pkgname=sd
-pkgver=0.5.0
-pkgrel=2
-pkgdesc='Intuitive find & replace'
-arch=('x86_64')
-url="https://github.com/chmln/sd"
-license=('MIT')
-makedepends=('rust' 'cargo' 'git')
-source=("$pkgver.tar.gz::$url/archive/sd-$pkgver.tar.gz")
-sha256sums=('167940e76ce0dd0129832e1cc1302eef9318f9003d27d968fbcba912ce23bb1c')
-
-build() {
-  cd "$pkgname-$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-package() {
-  install -Dm755 "$pkgname-$pkgname-$pkgver/target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname-$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sd/repos/community-x86_64/PKGBUILD (from rev 483333, sd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-23 22:23:14 UTC (rev 483334)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Wesley Moore <wes at wezm.net>
+pkgname=sd
+pkgver=0.6.5
+pkgrel=1
+pkgdesc='Intuitive find & replace'
+arch=('x86_64')
+url="https://github.com/chmln/sd"
+license=('MIT')
+makedepends=('rust' 'cargo' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/chmln/sd/archive/${pkgver}.tar.gz")
+sha256sums=('ed38e5103080373b00443f72683ac2785b18e354ab6ef4797e27af028be9baf2')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+package() {
+  install -Dm755 "$pkgname-$pkgver/target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list