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

Daniel M. Capella polyzen at archlinux.org
Fri Aug 16 23:26:06 UTC 2019


    Date: Friday, August 16, 2019 @ 23:26:06
  Author: polyzen
Revision: 499889

archrelease: copy trunk to community-x86_64

Added:
  toastify/repos/community-x86_64/PKGBUILD
    (from rev 499888, toastify/trunk/PKGBUILD)
Deleted:
  toastify/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-16 23:25:44 UTC (rev 499888)
+++ PKGBUILD	2019-08-16 23:26:06 UTC (rev 499889)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=toastify
-pkgver=0.3.4
-pkgrel=2
-pkgdesc='Commandline tool that shows desktop notifications using notify-rust'
-arch=('x86_64')
-url=https://github.com/hoodie/toastify
-license=('Apache' 'MIT')
-depends=('dbus')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha512sums=('f75e24b6199e27e7c6225dbf71fff5d322200cbc3c426d71104267e10f865b992af1c1fd18917dc187f2285926763551e4c6941c1021290e2d5ee234420616b4')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: toastify/repos/community-x86_64/PKGBUILD (from rev 499888, toastify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-16 23:26:06 UTC (rev 499889)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=toastify
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='Commandline tool that shows desktop notifications using notify-rust'
+arch=('x86_64')
+url=https://github.com/hoodie/toastify
+license=('Apache' 'MIT')
+depends=('dbus')
+makedepends=('rust')
+source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha512sums=('ea1bd87e059c945ec69734685f3c91aa573e47665627647279dbf373f1f9db163d1803afab988fffe7ff7df6b32a6d1cf9873080516b8d87895844bd97800cc0')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list