summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2014-05-28 05:42:01 -0700
committerMike Swanson2014-05-28 05:42:01 -0700
commite4ca8db05ba4493173069cc4e08446d8363bb103 (patch)
tree1030029095290b1d0b097471f77ae36f404b35ad
parent2102940ee37f0a49f8b9254dd50f99f5b790834c (diff)
downloadaur-e4ca8db05ba4493173069cc4e08446d8363bb103.tar.gz
Update fatattr: Clean up the packaging some
-rw-r--r--.SRCINFO7
-rw-r--r--ChangeLog12
-rw-r--r--PKGBUILD10
3 files changed, 20 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 946624159078..33a6994af628 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = fatattr
pkgdesc = Display or change attributes on a FAT filesystem
pkgver = 1.0.1
- pkgrel = 4
+ pkgrel = 5
url = http://kernel.org/pub/linux/utils/fs/fat/fatattr/
changelog = ChangeLog
arch = i686
arch = x86_64
- license = GPL
- depends = glibc
- source = http://ftp.us.debian.org/debian/pool/main/f/fatattr/fatattr_1.0.1.orig.tar.xz
+ license = GPL2
+ source = http://ftp.debian.org/debian/pool/main/f/fatattr/fatattr_1.0.1.orig.tar.xz
sha256sums = 2dd7208dc259118dffa761ebd9ea509de635578b57cb871f836aa8dd66651d11
pkgname = fatattr
diff --git a/ChangeLog b/ChangeLog
index b4e685398412..e4cdbfb5c2ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2014-05-28 Mike Swanson <mikeonthecomputer@gmail.com>
+
+ * 1.0.1-5 :
+ Remove dependency on glibc, it's a base package and
+ unnecessary to explicitly specify it.
+
+ Remove ".us" from the Debian mirror URL. Debian's geo-
+ location servers should sort out the best mirror for any
+ given person in the world.
+
+ Change license to GPL2 explicitly.
+
2012-11-21 Mike Swanson <mikeonthecomputer@gmail.com>
* 1.0.1-4 :
diff --git a/PKGBUILD b/PKGBUILD
index 7446f41ebc76..24e17f9fd138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
+# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
+# Old Maintainer: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
pkgname=fatattr
pkgver=1.0.1
-pkgrel=4
+pkgrel=5
pkgdesc="Display or change attributes on a FAT filesystem"
arch=('i686' 'x86_64')
url="http://kernel.org/pub/linux/utils/fs/fat/fatattr/"
-license=('GPL')
-depends=('glibc')
+license=('GPL2')
changelog='ChangeLog'
-source=(http://ftp.us.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz)
+source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz)
sha256sums=('2dd7208dc259118dffa761ebd9ea509de635578b57cb871f836aa8dd66651d11')
build() {