Date: Monday, September 26, 2022 @ 23:31:41
Author: polyzen
Revision: 1311590
archrelease: copy trunk to community-x86_64
Added:
toastify/repos/community-x86_64/PKGBUILD
(from rev 1311589, toastify/trunk/PKGBUILD)
Deleted:
toastify/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 29 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-26 23:31:17 UTC (rev 1311589)
+++ PKGBUILD 2022-09-26 23:31:41 UTC (rev 1311590)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-
-pkgname=toastify
-pkgver=0.5.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-$pkgver.tar.gz"
-
"$pkgname-$pkgver-fix-version.patch::https://github.com/hoodie/toastify/commit/fe1e9d70cc7a2f9ba93f8db7732df3d242e8af73.patch")
-b2sums=('692a8bdbf1651b20cd583bc6e502d1102e1d6b584095ade27322cec2e04b7260474683099f0037356016615027aab9833e434bcfa283447be28e7ad963b4c69e'
-
'b4a99f5c174caea5c4f016ca5995cbfd167632a471b2ee415fbca6f8c9b0a9ea3d7e8fb238c4a8dc4bbf27b606ac992af4ae5682d59d3e551eb86f01b4b435df')
-
-prepare() {
- cd $pkgname-$pkgver
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-
- patch --forward --strip=1 --input=../$pkgname-$pkgver-fix-version.patch
-}
-
-build() {
- cd $pkgname-$pkgver
- cargo build --release --locked --offline
-}
-
-package() {
- cd $pkgname-$pkgver
- install -Dt "$pkgdir"/usr/bin target/release/$pkgname
- install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}
Copied: toastify/repos/community-x86_64/PKGBUILD (from rev 1311589,
toastify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-26 23:31:41 UTC (rev 1311590)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+
+pkgname=toastify
+pkgver=0.5.2
+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-$pkgver.tar.gz")
+b2sums=('73dc40a9baa2cc6ea839f2aa1c005b850d642b2327ee52d4b5b481d3a9bf293801402ece2f3826def259a4b30c614b78df32222442df9206cf8b408c4dd036b2')
+
+prepare() {
+ cd $pkgname-$pkgver
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd $pkgname-$pkgver
+ cargo build --release --locked --offline
+}
+
+package() {
+ cd $pkgname-$pkgver
+ install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}