summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordadosch2020-02-06 23:06:52 +0100
committerdadosch2020-02-06 23:06:52 +0100
commit7fa942e85893a6f1f90a5785ccd696a80c24aaa6 (patch)
tree455c501ff3cb47e9df0c2a217f00ae4afd390f7a /PKGBUILD
parent1903e3353c9a0024dd7cf366874d1c4d35ce2677 (diff)
downloadaur-7fa942e85893a6f1f90a5785ccd696a80c24aaa6.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD32
1 files changed, 8 insertions, 24 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be09f5b8a94a..83ca58e6a6b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,33 +1,17 @@
-# Maintainer: Patrick Wozniak <hello@patwoz.de>
+# Maintainer: danieltetraquark
+# Contributor: Patrick Wozniak <hello@patwoz.de>
pkgname=classifier-git
-pkgver=20160206.r74.d13d6c2
+pkgver=20200206.r129.09e958b
pkgrel=1
pkgdesc="Organize files in your directory instantly, by classifying them into different folders (git-version)"
-arch=('any')
-url="https://github.com/bhrigu123/classifier"
-license=('MIT')
+arch=("any")
+license=("MIT")
-depends=(
- 'python'
-)
-optdepends=(
-)
-makedepends=(
-)
-conflicts=(
-)
-
-backup=(
-)
-
-source=(
- "${pkgname%-git}::git+${url}.git#branch=master"
-)
-sha256sums=(
- 'SKIP'
-)
+source=("${pkgname%-git}::git+https://github.com/bhrigu123/classifier.git#branch=master")
+depends=("python" "python-arrow")
+sha256sums=("SKIP")
pkgver() {
cd "${pkgname%-git}"