George Hu pushed to branch main at Arch Linux / Packaging / Packages / 
libbytesize


Commits:
c7fb3410 by George Hu at 2026-01-11T15:32:10+08:00
Move python from makedepends to depends

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -6,9 +6,9 @@ pkgbase = libbytesize
        arch = x86_64
        license = LGPL-2.1-or-later
        checkdepends = python-polib
-       makedepends = python
        depends = mpfr
        depends = pcre2
+       depends = python
        source = 
libbytesize-2.11.tar.gz::https://github.com/rhinstaller/libbytesize/archive/2.11.tar.gz
        sha512sums = 
57f6515b25e22819339dccbb23b1f9863592c5d82f20decaae1178d2fc5c56f46367cf4ea2efca7e41eefd8ea33df1a1b1001e254eda6209751518a3120db9f5
 


=====================================
PKGBUILD
=====================================
@@ -7,8 +7,7 @@ pkgdesc='A tiny library providing a C "class" for working with 
arbitrary big siz
 arch=('x86_64')
 url="https://github.com/storaged-project/libbytesize";
 license=('LGPL-2.1-or-later')
-depends=('mpfr' 'pcre2')
-makedepends=('python')
+depends=('mpfr' 'pcre2' 'python')
 checkdepends=('python-polib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz";)
 
sha512sums=('57f6515b25e22819339dccbb23b1f9863592c5d82f20decaae1178d2fc5c56f46367cf4ea2efca7e41eefd8ea33df1a1b1001e254eda6209751518a3120db9f5')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libbytesize/-/commit/c7fb341087f2eb26556651d0b6ed8f77deb3d6af

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


Reply via email to