summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a3315ff36fa..6c6efc9b33ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Sun Feb 12 13:07:47 UTC 2017
pkgbase = stumpwm-contrib-git
pkgdesc = Contribution resotiry for stumpwm
- pkgver = r134.b427b62
+ pkgver = r136.6af0e64
pkgrel = 1
url = https://github.com/stumpwm/stumpwm-contrib.git
- arch = i686
- arch = x86_64
+ arch = any
license = GPL2
makedepends = git
+ depends = bash
depends = stumpwm
conflicts = stumpwm-git
source = git+https://github.com/stumpwm/stumpwm-contrib.git
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")