Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-reflink


Commits:
0b84f0cc by Maxime Gauduin at 2023-10-30T15:40:10+01:00
upgpkg: 0.2.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = python-reflink
+       pkgdesc = Reflink support for Python
+       pkgver = 0.2.2
+       pkgrel = 1
+       url = https://gitlab.com/rubdos/pyreflink
+       arch = x86_64
+       license = MIT
+       makedepends = git
+       makedepends = python-pytest-runner
+       makedepends = python-setuptools
+       makedepends = python-wheel
+       depends = glibc
+       depends = python
+       depends = python-cffi
+       source = 
git+https://gitlab.com/rubdos/pyreflink.git#tag=f49e834dea6be63c7eb7d31e344232820514880d
+       b2sums = SKIP
+
+pkgname = python-reflink


=====================================
PKGBUILD
=====================================
@@ -1,20 +1,24 @@
 # Maintainer: Maxime Gauduin <[email protected]>
 
 pkgname=python-reflink
-pkgver=0.2.1
-pkgrel=5
+pkgver=0.2.2
+pkgrel=1
 pkgdesc='Reflink support for Python'
 arch=(x86_64)
 url=https://gitlab.com/rubdos/pyreflink
 license=(MIT)
-depends=(python-cffi)
+depends=(
+  glibc
+  python
+  python-cffi
+)
 makedepends=(
   git
   python-pytest-runner
   python-setuptools
   python-wheel
 )
-_tag=48a3a3e6212e40eb44da47db9cbcb2e2c8306d50
+_tag=f49e834dea6be63c7eb7d31e344232820514880d
 source=(git+https://gitlab.com/rubdos/pyreflink.git#tag=${_tag})
 b2sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-reflink/-/commit/0b84f0ccb94af0412a6ee517b37cd7600b9b525a

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


Reply via email to