Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
trurl


Commits:
8b2aa85d by Christian Heusel at 2024-04-18T20:28:49+02:00
upgpkg: 0.11-2: add valgrind tests

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = trurl
        pkgdesc = Command line tool for URL parsing and manipulation
        pkgver = 0.11
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/curl/trurl
        arch = x86_64
        license = custom
        checkdepends = python
+       checkdepends = valgrind
        depends = curl
        depends = glibc
        source = 
https://github.com/curl/trurl/archive/refs/tags/trurl-0.11.tar.gz


=====================================
PKGBUILD
=====================================
@@ -4,13 +4,13 @@
 
 pkgname=trurl
 pkgver=0.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Command line tool for URL parsing and manipulation"
 arch=(x86_64)
 url="https://github.com/curl/trurl";
 license=(custom)
 depends=(curl glibc)
-checkdepends=(python)
+checkdepends=(python valgrind)
 
source=("https://github.com/curl/$pkgname/archive/refs/tags/$pkgname-$pkgver.tar.gz";)
 sha256sums=('c82773e6d841a5ab8d1306daaf062ba8b953b1d58023089550c23d478a885863')
 
@@ -22,6 +22,7 @@ build() {
 check() {
        cd "$pkgname-$pkgname-$pkgver"
        make test
+       make test-memory
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/trurl/-/commit/8b2aa85ddd56defc8dd86efac4fdb66230d31675

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


Reply via email to