summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb5cb79a5915..0b29aaa17b3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
# Maintainer: Jack Johannesen <jack AT insertdomain DOT name>
pkgname="freshfetch-git"
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.1.2
+pkgrel=3
pkgdesc="A fresh take on Neofetch"
arch=('any')
url="https://github.com/K4rakara/freshfetch"
license=('MIT')
-depends=('libcpuid' 'libxcb' 'luajit')
+depends=('luajit')
makedepends=('cargo' 'git')
+optdepends=('xorg-xrandr' 'xorg-xwininfo')
provides=('freshfetch')
-# I'll eventually make an AUR package called `freshfetch` that conflicts with
-# this and just installs the tar.gz once I have one set up.
-conflicts=()
+conflicts=('freshfetch')
source=('git://github.com/K4rakara/freshfetch.git')
md5sums=('SKIP')