Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
spandsp


Commits:
65aac1e4 by Balló György at 2024-05-13T17:34:38+02:00
Run autoreconf

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -10,7 +10,7 @@ pkgbase = spandsp
        depends = glibc
        depends = libtiff
        source = 
https://www.soft-switch.org/downloads/spandsp/spandsp-0.0.6.tar.gz
-       sha256sums = 
cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465
+       b2sums = 
6ee95501473d5758c9ff96580bb51222f49a230dc6a5f52f5a852781cbb70079bb07f9d7224f5c7ea91c0dd617fa543a37518f68875c76a44b3be1415aece696
 
 pkgname = spandsp
 


=====================================
PKGBUILD
=====================================
@@ -12,7 +12,12 @@ license=('LGPL-2.1-only')
 depends=('glibc' 'libtiff')
 makedepends=('docbook-xsl' 'doxygen')
 
source=("https://www.soft-switch.org/downloads/$pkgbase/$pkgbase-$pkgver.tar.gz";)
-sha256sums=('cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465')
+b2sums=('6ee95501473d5758c9ff96580bb51222f49a230dc6a5f52f5a852781cbb70079bb07f9d7224f5c7ea91c0dd617fa543a37518f68875c76a44b3be1415aece696')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
 
 build() {
   cd $pkgbase-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spandsp/-/commit/65aac1e48400100b4d807e8d443d3dfcd0bb87ad

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spandsp/-/commit/65aac1e48400100b4d807e8d443d3dfcd0bb87ad
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to