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

Jelle van der Waa jelle at archlinux.org
Sun Aug 2 18:48:12 UTC 2020


    Date: Sunday, August 2, 2020 @ 18:48:12
  Author: jelle
Revision: 667842

archrelease: copy trunk to community-x86_64

Added:
  oxipng/repos/community-x86_64/PKGBUILD
    (from rev 667841, oxipng/trunk/PKGBUILD)
Deleted:
  oxipng/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-02 18:48:03 UTC (rev 667841)
+++ PKGBUILD	2020-08-02 18:48:12 UTC (rev 667842)
@@ -1,27 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Nicolas F. <aur at fratti.ch>
-
-pkgname=oxipng
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="A lossless PNG compression optimiser"
-arch=(x86_64)
-url="https://github.com/shssoichiro/oxipng"
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shssoichiro/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('fd7584299375a630322b152878756297b0083492b7e4b9b17ae9978662e8c36a')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cargo build --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 target/release/oxipng "$pkgdir/usr/bin/oxipng"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: oxipng/repos/community-x86_64/PKGBUILD (from rev 667841, oxipng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-02 18:48:12 UTC (rev 667842)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Nicolas F. <aur at fratti.ch>
+
+pkgname=oxipng
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="A lossless PNG compression optimiser"
+arch=(x86_64)
+url="https://github.com/shssoichiro/oxipng"
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shssoichiro/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('31b036b146d087b989c22111637129ab8cb29a26719bfff1290427ff8b595e11')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cargo build --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 target/release/oxipng "$pkgdir/usr/bin/oxipng"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list