summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2021-04-28 19:59:59 -0700
committerMike Swanson2021-04-28 19:59:59 -0700
commit3e130849d79c399619206f7490b57465c844016e (patch)
tree248b2cdd3900a0d47d3742dfcb5324f2e3f413c0
parent4c17f2263871d4bed7ce6cb67863fecd0b4ce946 (diff)
downloadaur-fatattr.tar.gz
Update packaging standards; b2sums and https download URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e23d3d04f14..6e65c7f64553 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fatattr
pkgdesc = Display or change attributes on a FAT filesystem
pkgver = 1.0.1
- pkgrel = 6
+ pkgrel = 7
url = http://kernel.org/pub/linux/utils/fs/fat/fatattr/
arch = i686
arch = x86_64
license = GPL2
- source = http://httpredir.debian.org/debian/pool/main/f/fatattr/fatattr_1.0.1.orig.tar.xz
- sha256sums = 2dd7208dc259118dffa761ebd9ea509de635578b57cb871f836aa8dd66651d11
+ source = https://deb.debian.org/debian/pool/main/f/fatattr/fatattr_1.0.1.orig.tar.xz
+ b2sums = 973c0003bf0c8d4955754eda0757f51b82995b647c96ca4147127e67e65ffe559b9b872173c8151bde5e481da5fb3ef6b25698581c2b90267d437e07d327c18e
pkgname = fatattr
diff --git a/PKGBUILD b/PKGBUILD
index a941e7baf367..6198e42bf010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=fatattr
pkgver=1.0.1
-pkgrel=6
+pkgrel=7
pkgdesc="Display or change attributes on a FAT filesystem"
arch=('i686' 'x86_64')
url="http://kernel.org/pub/linux/utils/fs/fat/fatattr/"
license=('GPL2')
-source=(http://httpredir.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz)
-sha256sums=('2dd7208dc259118dffa761ebd9ea509de635578b57cb871f836aa8dd66651d11')
+source=(https://deb.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz)
+b2sums=('973c0003bf0c8d4955754eda0757f51b82995b647c96ca4147127e67e65ffe559b9b872173c8151bde5e481da5fb3ef6b25698581c2b90267d437e07d327c18e')
build() {
cd "$srcdir/$pkgname-$pkgver"