Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / libdwarf


Commits:
16cebe82 by Massimiliano Torromeo at 2023-12-10T20:16:34+01:00
upgpkg: 1:0.9.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,20 @@
+pkgbase = libdwarf
+       pkgdesc = A library for handling DWARF Debugging Information Format
+       pkgver = 0.9.0
+       pkgrel = 1
+       epoch = 1
+       url = https://www.prevanders.net/dwarf.html
+       arch = x86_64
+       license = GPL
+       license = LGPL
+       checkdepends = python
+       depends = elfutils
+       provides = libdwarf.so
+       options = staticlibs
+       options = debug
+       options = staticlibs
+       options = debug
+       source = https://www.prevanders.net/libdwarf-0.9.0.tar.xz
+       sha512sums = 
282d90dfc9da704eb64a4ba1141f2ae660feeb14bbf1a72377386698e3124928b44a6914d8e88e6141ab08835ce723ad090a853ad57dbcb439dbba57255fb589
+
+pkgname = libdwarf


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=libdwarf
 epoch=1
-pkgver=0.8.0
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="A library for handling DWARF Debugging Information Format"
 arch=(x86_64)
@@ -17,7 +17,7 @@ options+=('staticlibs' 'debug')
 #_commit="245262d6ccaeed17f7564c31b78da2d4df1a3ee0"
 
#source=(https://sourceforge.net/code-snapshots/git/l/li/libdwarf/code.git/libdwarf-code-$_commit.zip)
 source=(https://www.prevanders.net/libdwarf-$pkgver.tar.xz)
-sha512sums=('82aa00b6fd5e8935fdc4b7d55379667fb9c514e75763109ea18a7cf7d9c1077ee0eb30d7482fa7d3621df44853bea0d15fde6cb846723bfb47752869e9687145')
+sha512sums=('282d90dfc9da704eb64a4ba1141f2ae660feeb14bbf1a72377386698e3124928b44a6914d8e88e6141ab08835ce723ad090a853ad57dbcb439dbba57255fb589')
 
 build() {
   cd "$srcdir"/libdwarf-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdwarf/-/commit/16cebe82f9322ff40e9af7994c83ad55f7e96e2a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdwarf/-/commit/16cebe82f9322ff40e9af7994c83ad55f7e96e2a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to