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

Orhun Parmaksiz orhun at archlinux.org
Fri Mar 19 22:38:57 UTC 2021


    Date: Friday, March 19, 2021 @ 22:38:57
  Author: orhun
Revision: 895367

archrelease: copy trunk to community-x86_64

Added:
  menyoki/repos/community-x86_64/PKGBUILD
    (from rev 895366, menyoki/trunk/PKGBUILD)
Deleted:
  menyoki/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-19 22:38:46 UTC (rev 895366)
+++ PKGBUILD	2021-03-19 22:38:57 UTC (rev 895367)
@@ -1,34 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-
-pkgname=menyoki
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Screen{shot,cast} and perform ImageOps on the command line"
-arch=('x86_64')
-url="https://github.com/orhun/menyoki"
-license=('GPL3')
-depends=('gcc-libs' 'libxrandr')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('3dbc2cd16c0ed77ad915411f379fb0c1e2906f363bee637fb957bbe5e1e22869c598396fc4986c554c3fea13b04fb27f4295da11b94a8bbd08af072bcf1e211f')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 "man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-  install -Dm 644 "man/$pkgname.conf.5" -t "$pkgdir/usr/share/man/man5"
-  install -Dm 644 "completions/$pkgname.bash" "${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t "${pkgdir}/usr/share/fish/completions"
-  install -Dm 644 "completions/$pkgname.zsh" "${pkgdir}/usr/share/zsh/site-functions/_$pkgname"
-}

Copied: menyoki/repos/community-x86_64/PKGBUILD (from rev 895366, menyoki/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-19 22:38:57 UTC (rev 895367)
@@ -0,0 +1,34 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+
+pkgname=menyoki
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Screen{shot,cast} and perform ImageOps on the command line"
+arch=('x86_64')
+url="https://github.com/orhun/menyoki"
+license=('GPL3')
+depends=('gcc-libs' 'libxrandr')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('71322cf9b65422922a34baa27449944cf14b6829312bfae1c64d5093d17208fad9a46d2d7d1406f06021ca718bf2fc6aaa708bc4e133e5bc9c992fd3176fafff')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 "man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "man/$pkgname.conf.5" -t "$pkgdir/usr/share/man/man5"
+  install -Dm 644 "completions/$pkgname.bash" "${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t "${pkgdir}/usr/share/fish/completions"
+  install -Dm 644 "completions/$pkgname.zsh" "${pkgdir}/usr/share/zsh/site-functions/_$pkgname"
+}



More information about the arch-commits mailing list