summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadosch2020-02-06 23:06:52 +0100
committerdadosch2020-02-06 23:06:52 +0100
commit7fa942e85893a6f1f90a5785ccd696a80c24aaa6 (patch)
tree455c501ff3cb47e9df0c2a217f00ae4afd390f7a
parent1903e3353c9a0024dd7cf366874d1c4d35ce2677 (diff)
downloadaur-7fa942e85893a6f1f90a5785ccd696a80c24aaa6.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD32
2 files changed, 10 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de106e35c605..97df584aabf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
-# Generated by mksrcinfo v8
-# Sat Feb 6 15:30:02 UTC 2016
pkgbase = classifier-git
pkgdesc = Organize files in your directory instantly, by classifying them into different folders (git-version)
- pkgver = 20160206.r74.d13d6c2
+ pkgver = 20200206.r129.09e958b
pkgrel = 1
- url = https://github.com/bhrigu123/classifier
arch = any
license = MIT
depends = python
+ depends = python-arrow
source = classifier::git+https://github.com/bhrigu123/classifier.git#branch=master
sha256sums = SKIP
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}"