summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2021-04-28 19:59:59 -0700
committerMike Swanson2021-04-28 19:59:59 -0700
commit3e130849d79c399619206f7490b57465c844016e (patch)
tree248b2cdd3900a0d47d3742dfcb5324f2e3f413c0 /PKGBUILD
parent4c17f2263871d4bed7ce6cb67863fecd0b4ce946 (diff)
downloadaur-fatattr.tar.gz
Update packaging standards; b2sums and https download URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"