summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2017-02-14 23:36:01 +0100
committerStefan Husmann2017-02-14 23:36:01 +0100
commitf0734300abbc061561054eaa22b0083f71be9a3b (patch)
treee456a1451ae34bdaba5286e942f2a1bae818d217 /PKGBUILD
parentbd810a58bde8b5cf649aa033cfb8d13071b969aa (diff)
downloadaur-f0734300abbc061561054eaa22b0083f71be9a3b.tar.gz
fix architecture and dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a12c46d0508..28573eab2402 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=stumpwm-contrib-git
-pkgver=r134.b427b62
+pkgver=r136.6af0e64
pkgrel=1
pkgdesc="Contribution resotiry for stumpwm"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/stumpwm/stumpwm-contrib.git"
license=('GPL2')
-depends=('stumpwm')
+depends=('bash' 'stumpwm')
makedepends=('git')
conflicts=('stumpwm-git')
source=("git+https://github.com/stumpwm/stumpwm-contrib.git")