Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
duperemove


Commits:
9f9e33ba by Sven-Hendrik Haase at 2024-06-17T16:50:30+02:00
upgpkg: 0.14.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = duperemove
+       pkgdesc = Btrfs extent deduplication utility
+       pkgver = 0.14.1
+       pkgrel = 1
+       url = https://github.com/markfasheh/duperemove
+       arch = x86_64
+       license = GPL
+       depends = glib2
+       depends = sqlite
+       source = 
duperemove-0.14.1.tar.gz::https://github.com/markfasheh/duperemove/archive/refs/tags/v0.14.1.tar.gz
+       sha512sums = 
16af9fb002d6e51ce469869507d5d4b8f9576620746337252ad733e6f74ae275c1e83da6af1c203543b9d19890180952d87f9fad4a02d4c4e0a25577ce569191
+
+pkgname = duperemove


=====================================
PKGBUILD
=====================================
@@ -2,15 +2,15 @@
 # Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
 
 pkgname=duperemove
-pkgver=0.11.3
-pkgrel=2
+pkgver=0.14.1
+pkgrel=1
 pkgdesc='Btrfs extent deduplication utility'
 arch=('x86_64')
 url='https://github.com/markfasheh/duperemove'
 license=('GPL')
 depends=('glib2' 'sqlite')
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('0669cbb8a08082b9c2b62aff26759951e3e2c1b2236676ac6d79b9639027f775e4e5a218d1c7930b33ad7cca39726764cce5ac3063dc7d2049eb65fc4431af89')
+sha512sums=('16af9fb002d6e51ce469869507d5d4b8f9576620746337252ad733e6f74ae275c1e83da6af1c203543b9d19890180952d87f9fad4a02d4c4e0a25577ce569191')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/duperemove/-/commit/9f9e33ba43faaa94800f8071651a75dd7e83b7d2

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


Reply via email to