Please, update dwarfs-bin to version 0.7.0

The output of the command "git request-pull -p origin/master upstream” follows:

The following changes since commit 2cd75f91306ed7413c028188a63f61cb35b8a569:

  updpkg: dwarfs-bin 0.6.2-1 (2022-10-24 16:12:20 +0300)

are available in the Git repository at:

  https://github.com/victorgveloso/dwarfs-bin.git

for you to fetch changes up to d01e947252b8ab3d1fcdf6eae9afea1911ea3539:

  updpkg: dwarfs-bin 0.7.0 (2023-07-14 04:05:20 -0400)

----------------------------------------------------------------
Victor Guerra Veloso (1):
      updpkg: dwarfs-bin 0.7.0

 .SRCINFO | 6 +++---
 PKGBUILD | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 4ea274e..d6010da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = dwarfs-bin
        pkgdesc = A fast high compression read-only file system (pre-compiled 
binaries)
-       pkgver = 0.6.2
+       pkgver = 0.7.0
        pkgrel = 1
        url = https://github.com/mhx/dwarfs
        arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = dwarfs-bin
        depends = double-conversion
        provides = dwarfs
        conflicts = dwarfs
-       source = 
https://github.com/mhx/dwarfs/releases/download/v0.6.2/dwarfs-0.6.2-Linux.tar.xz
-       sha256sums = 
dd87e34b13b61b780bf6ab09da3ade573bcdaf61239ded5ecf9dc33d344182cf
+       source = 
https://github.com/mhx/dwarfs/releases/download/v0.7.0/dwarfs-0.7.0-Linux-x86_64.tar.xz
+       sha256sums = 
de171ffa890802f66ee3a49a5f3ce838d91c59bbe8d141b213be5e8ac21dbf9a

 pkgname = dwarfs-bin
diff --git a/PKGBUILD b/PKGBUILD
index dde6374..706cf57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
 # Maintainer: noodle <[email protected]>
 pkgname=dwarfs-bin
-pkgver=0.6.2
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='A fast high compression read-only file system (pre-compiled binaries)'
 url='https://github.com/mhx/dwarfs'
-source=("https://github.com/mhx/dwarfs/releases/download/v${pkgver}/dwarfs-${pkgver}-Linux.tar.xz";)
+source=("https://github.com/mhx/dwarfs/releases/download/v${pkgver}/dwarfs-${pkgver}-Linux-x86_64.tar.xz";)
 arch=('x86_64' 'aarch64')
 license=('GPL3')
 depends=(
@@ -14,10 +14,10 @@ depends=(
 )
 conflicts=('dwarfs')
 provides=('dwarfs')
-sha256sums=('dd87e34b13b61b780bf6ab09da3ade573bcdaf61239ded5ecf9dc33d344182cf')
+sha256sums=('de171ffa890802f66ee3a49a5f3ce838d91c59bbe8d141b213be5e8ac21dbf9a')

 package() {
-  cd "${srcdir}/dwarfs-${pkgver}-Linux"
+  cd "${srcdir}/dwarfs-${pkgver}-Linux-x86_64"
   install -Dm755 bin/dwarfsbench "${pkgdir}/usr/bin/dwarfsbench"
   install -Dm755 bin/dwarfsck "${pkgdir}/usr/bin/dwarfsck"
   install -Dm755 bin/dwarfsextract "${pkgdir}/usr/bin/dwarfsextract"

Reply via email to