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

Orhun Parmaksiz orhun at archlinux.org
Sun Jul 4 00:28:32 UTC 2021


    Date: Sunday, July 4, 2021 @ 00:28:32
  Author: orhun
Revision: 971982

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-04 00:28:24 UTC (rev 971981)
+++ PKGBUILD	2021-07-04 00:28:32 UTC (rev 971982)
@@ -1,34 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-
-pkgname=menyoki
-pkgver=1.4.2
-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=('77a7e7cd44ae15c2820bbda64582e69d20921ff80ba9658b148511ae295734f895d6daf614d3d27be3809dab1d42352ed2df6268326ebbea4c18465ba9560f1d')
-
-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 971981, menyoki/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-04 00:28:32 UTC (rev 971982)
@@ -0,0 +1,34 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+
+pkgname=menyoki
+pkgver=1.5.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=('c0ceba825a6e71960c5e4b7492da6265c0735937a1c2e61fb80040ff33b6d46646b2c486ef58f89b12447c23ea8728d802726abd994c37c83df79076b7566c6b')
+
+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