[arch-commits] Commit in partclone/trunk (PKGBUILD)

Jonathan Steel jsteel at gemini.archlinux.org
Tue Sep 28 07:30:08 UTC 2021


    Date: Tuesday, September 28, 2021 @ 07:30:08
  Author: jsteel
Revision: 1025855

upgpkg: partclone 0.3.18-1

Modified:
  partclone/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-28 07:22:52 UTC (rev 1025854)
+++ PKGBUILD	2021-09-28 07:30:08 UTC (rev 1025855)
@@ -5,15 +5,15 @@
 # Contributor: Ivan Sichmann Freitas
 
 pkgname=partclone
-pkgver=0.3.17
-pkgrel=2
+pkgver=0.3.18
+pkgrel=1
 pkgdesc="Utilities to save and restore used blocks on a partition"
 arch=('x86_64')
 url="https://partclone.org"
 license=('GPL')
 depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
-source=(https://partclone.nchc.org.tw/download/unstable/$pkgname-$pkgver.tar.gz)
-md5sums=('faab4ae8a7629b77ed11f61bc50b753a')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz)
+md5sums=('011fd357ceb590d6fc1b8d0e8d4652fc')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list