summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2022-02-01 10:59:13 +0100
committerChristian Hesse2022-02-01 10:59:13 +0100
commitbf4fc8fedf23b649d601a772ca33e87580d4f71a (patch)
tree20b0e1aeb085a74b252acbc7691c9e985846f97e
parent70effae8cc2ecd962505e6f9a6b2331f8eadbaa5 (diff)
downloadaur-gptsync.tar.gz
commit gptsync 0.14-8
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35cbb125a1b9..b8eebf776ac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gptsync
pkgdesc = gptsync maintains an MBR partition table synchronised with a GPT partition table used as reference.
pkgver = 0.14
- pkgrel = 7
+ pkgrel = 8
url = https://packages.debian.org/wheezy/gptsync
arch = i686
arch = x86_64
@@ -9,10 +9,9 @@ pkgbase = gptsync
makedepends = python2
makedepends = syslinux
depends = gnu-efi-libs
- source = http://ftp.debian.org/debian/pool/main/r/refit/refit_0.14.orig.tar.gz
- source = http://ftp.debian.org/debian/pool/main/r/refit/refit_0.14-2.debian.tar.gz
+ source = https://cloudfront.debian.net/debian-archive/debian/pool/main/r/refit/refit_0.14.orig.tar.gz
+ source = https://cloudfront.debian.net/debian-archive/debian/pool/main/r/refit/refit_0.14-2.debian.tar.gz
sha256sums = 0101ac403c3a8c90813df20726c9e76a58515ca7d1a35a7b2ab42eaf28e25e1e
sha256sums = 5418b9d6645453ac53e831c59a255ecfe85a09038e0d5d08fc1a55cf6fb087a3
pkgname = gptsync
-
diff --git a/PKGBUILD b/PKGBUILD
index b3465e05c20b..ce13743b1cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=gptsync
pkgver=0.14
_pkgrel_debian=2
-pkgrel=7
+pkgrel=8
pkgdesc="gptsync maintains an MBR partition table synchronised with a GPT partition table used as reference."
arch=('i686' 'x86_64')
depends=('gnu-efi-libs')
makedepends=('python2' 'syslinux')
url='https://packages.debian.org/wheezy/gptsync'
license=('custom')
-source=("http://ftp.debian.org/debian/pool/main/r/refit/refit_${pkgver}.orig.tar.gz"
- "http://ftp.debian.org/debian/pool/main/r/refit/refit_${pkgver}-${_pkgrel_debian}.debian.tar.gz")
+source=("https://cloudfront.debian.net/debian-archive/debian/pool/main/r/refit/refit_${pkgver}.orig.tar.gz"
+ "https://cloudfront.debian.net/debian-archive/debian/pool/main/r/refit/refit_${pkgver}-${_pkgrel_debian}.debian.tar.gz")
sha256sums=('0101ac403c3a8c90813df20726c9e76a58515ca7d1a35a7b2ab42eaf28e25e1e'
'5418b9d6645453ac53e831c59a255ecfe85a09038e0d5d08fc1a55cf6fb087a3')