summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Beadle2018-08-01 16:25:23 +0100
committerHarry Beadle2018-08-01 16:25:23 +0100
commit74521f57064a12953fb3e1b058a7a752bcd463c7 (patch)
tree500eaf597e7b20d80329b3f0616eb64069efaac8
parent1fa99401896eca12096d1b70e797b79d3af4cdeb (diff)
downloadaur-74521f57064a12953fb3e1b058a7a752bcd463c7.tar.gz
Use orignal source and add rake as dep
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5156770a5838..aae4bae40981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Anatol Pomozov
pkgname=subtle-git
-pkgver=0.11.r21.g7f3b86a
+pkgver=0.11.3224
pkgrel=1
-pkgdesc='A grid-based manual tiling window manager with a strong focus on easy but customizable look and feel'
+pkgdesc='A grid-based manual tiling window manager.'
arch=(i686 x86_64)
-url='http://github.com/anatol/subtle'
+url='http://hg.subforge.org/subtle'
license=(GPL)
-depends=(ruby libxrandr libxft libxpm libxinerama libxtst)
+depends=(ruby libxrandr libxft libxpm libxinerama libxtst ruby-rake)
makedepends=(git pkg-config)
provides=(subtle)
conflicts=(subtle)