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


Commits:
4fa38135 by Maxime Gauduin at 2024-08-10T11:32:24+02:00
upgpkg: 0.7.0-2

- - - - -
48f10b29 by Maxime Gauduin at 2024-08-10T11:34:05+02:00
upgpkg: 0.8.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-prefixed
        pkgdesc = Prefixed alternative numeric library
-       pkgver = 0.7.0
-       pkgrel = 3
+       pkgver = 0.8.0
+       pkgrel = 1
        url = https://github.com/Rockhopper-Technologies/prefixed
        arch = any
        license = MPL2
@@ -11,7 +11,7 @@ pkgbase = python-prefixed
        makedepends = python-setuptools
        makedepends = python-wheel
        depends = python
-       source = 
git+https://github.com/Rockhopper-Technologies/prefixed.git#tag=15e529d4b5fd943cde4ee80eb5010bdaa8e0611c
-       b2sums = SKIP
+       source = 
git+https://github.com/Rockhopper-Technologies/prefixed.git#tag=f6615ba74055680a8a2fd14554cf9819ef884aa3
+       b2sums = 
d4b2729b4f7052dfb7e58ef0e0dd161e8f1ffcfa1dbce9cd57e73f9955767516802be748d0f75db6cbe337d659faaef1d7d48e11a354c07f674f5514df8ab83f
 
 pkgname = python-prefixed


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Alan <alan1wo...@googlemail.com>
 
 pkgname=python-prefixed
-pkgver=0.7.0
-pkgrel=3
+pkgver=0.8.0
+pkgrel=1
 pkgdesc='Prefixed alternative numeric library'
 arch=(any)
 url=https://github.com/Rockhopper-Technologies/prefixed
@@ -16,9 +16,14 @@ makedepends=(
   python-setuptools
   python-wheel
 )
-_tag=15e529d4b5fd943cde4ee80eb5010bdaa8e0611c
+_tag=f6615ba74055680a8a2fd14554cf9819ef884aa3
 
source=(git+https://github.com/Rockhopper-Technologies/prefixed.git#tag=${_tag})
-b2sums=(SKIP)
+b2sums=('d4b2729b4f7052dfb7e58ef0e0dd161e8f1ffcfa1dbce9cd57e73f9955767516802be748d0f75db6cbe337d659faaef1d7d48e11a354c07f674f5514df8ab83f')
+
+pkgver() {
+  cd prefixed
+  git describe --tags
+}
 
 build() {
   cd prefixed



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prefixed/-/compare/ee86e2de51a6e68a3040926d207e9f64ace524b7...48f10b299e922630b8edadd751fc2d93fef4e6d2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prefixed/-/compare/ee86e2de51a6e68a3040926d207e9f64ace524b7...48f10b299e922630b8edadd751fc2d93fef4e6d2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to