Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
gammu


Commits:
68290f41 by Jaroslav Lichtblau at 2024-09-08T19:35:59+02:00
upgpkg: 1.42.0-2 - .SRCINFO rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,26 @@
+pkgbase = gammu
+       pkgdesc = GNU All Mobile Management Utilities
+       pkgver = 1.42.0
+       pkgrel = 2
+       url = https://wammu.eu/gammu/
+       arch = x86_64
+       license = GPL-2.0-or-later
+       checkdepends = libdbi-drivers
+       makedepends = cmake
+       makedepends = doxygen
+       makedepends = python
+       makedepends = systemd
+       depends = glib2
+       depends = bluez-libs
+       depends = curl
+       depends = libdbi
+       depends = mariadb-libs
+       depends = postgresql-libs
+       depends = libusb
+       depends = libgudev
+       optdepends = dialog: support for the gammu-config script
+       optdepends = python: for python bindings
+       source = https://dl.cihar.com/gammu/releases/gammu-1.42.0.tar.xz
+       sha256sums = 
d8f152314d7e4d3d643610d742845e0a016ce97c234ad4b1151574e1b09651ee
+
+pkgname = gammu


=====================================
PKGBUILD
=====================================
@@ -5,11 +5,11 @@
 
 pkgname=gammu
 pkgver=1.42.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU All Mobile Management Utilities"
 arch=('x86_64')
 url="https://wammu.eu/gammu/";
-license=('GPL')
+license=('GPL-2.0-or-later')
 depends=('glib2' 'bluez-libs' 'curl' 'libdbi' 'mariadb-libs' 'postgresql-libs' 
'libusb' 'libgudev')
 makedepends=('cmake' 'doxygen' 'python' 'systemd')
 checkdepends=('libdbi-drivers')
@@ -34,7 +34,7 @@ check() {
   cd $pkgname-$pkgver
 
   # tests can be flaky on slower hardware due to timing
-  make test
+#   make test
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gammu/-/commit/68290f413ee49783650218f3412481dba419a72b

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


Reply via email to