summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.AURINFO15
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD21
3 files changed, 19 insertions, 29 deletions
diff --git a/.AURINFO b/.AURINFO
deleted file mode 100644
index a64f2ee48737..000000000000
--- a/.AURINFO
+++ /dev/null
@@ -1,15 +0,0 @@
-pkgbase = fslint
- pkgdesc = A utility to find and clean various forms of lint on a filesystem
- pkgver = 2.44
- pkgrel = 2
- url = http://www.pixelbeat.org/fslint/
- arch = any
- license = GPL
- depends = pygtk
- depends = python2
- source = http://www.pixelbeat.org/fslint/fslint-2.44.tar.gz
- source = fslint-2.44_fix-multiselect-regression_r291.patch
- source = fslint-2.44_gtk-init-graceful_r292.patch
-
-pkgname = fslint
-
diff --git a/.SRCINFO b/.SRCINFO
index fe75bde5ae1c..26c218843d01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Fri Feb 3 13:30:48 UTC 2017
pkgbase = fslint
- pkgdesc = A utility to find and clean various forms of lint on a filesystem
+ pkgdesc = Finds and clean various forms of lint on a filesystem
pkgver = 2.46
- pkgrel = 1
+ pkgrel = 2
url = http://www.pixelbeat.org/fslint/
arch = any
license = GPL
- depends = pygtk
depends = python2
- source = http://www.pixelbeat.org/fslint/fslint-2.46.tar.xz
- sha256sums = f15daebfecfd2eea0d3b48a0193e25974b71dcf1e4b4a33d5a3dcfb7bb9c90cc
+ optdepends = pygtk: GUI
+ source = fslint-2.46.tar.gz::https://github.com/pixelb/fslint/archive/2.46.tar.gz
+ sha256sums = 5b7403bde841cbca2cb4906ff56482a0476c5860b3486d88c675f4d6a26be0b1
pkgname = fslint
diff --git a/PKGBUILD b/PKGBUILD
index ae4f7f51f4ab..b3a312df9eab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,23 @@
-# Maintainer: Steven Honeyman <stevenhoneyman at gmail com>
-# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Maintainer: Benjamin Goodger <ben at goodger dot nl>
+# Contributor: Steven Honeyman <stevenhoneyman at gmail dot com>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur dot archlinux dot org>
pkgname=fslint
+
pkgver=2.46
-pkgrel=1
-pkgdesc="A utility to find and clean various forms of lint on a filesystem"
+pkgrel=2
+
+pkgdesc="Finds and clean various forms of lint on a filesystem"
arch=('any')
url="http://www.pixelbeat.org/fslint/"
license=('GPL')
-depends=('pygtk' 'python2')
-source=(http://www.pixelbeat.org/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('f15daebfecfd2eea0d3b48a0193e25974b71dcf1e4b4a33d5a3dcfb7bb9c90cc')
+
+depends=('python2')
+optdepends=('pygtk: GUI')
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pixelb/fslint/archive/${pkgver}.tar.gz")
+
+sha256sums=('5b7403bde841cbca2cb4906ff56482a0476c5860b3486d88c675f4d6a26be0b1')
prepare() {
cd "${srcdir}"/$pkgname-$pkgver