summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Roman2017-02-15 21:48:05 +0200
committerTudor Roman2017-02-15 21:48:05 +0200
commit945d4ec471c7628a67d66109535434fac5d25994 (patch)
tree32b498e4fdb676821f117ad6afa47c855d1a18a8
parent19e2e84346a59c551f51a0ce20670f56733c08ee (diff)
downloadaur-ruler-git.tar.gz
init
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee1cc43c8661..91d851877302 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-pkgbase = windowchef-git
- pkgdesc = A stacking window manager that cooks windows with orders from the Waitron.
- pkgver = 0.2.r0.g02d95a4
+pkgbase = ruler-git
+ pkgdesc = Program used to create window rules.
+ pkgver = 0.1.0.r0.gaaf9d5c
pkgrel = 1
- url = https://github.com/tudurom/windowchef
+ url = https://github.com/tudurom/ruler
arch = i686
arch = x86_64
arch = armv7h
@@ -11,12 +11,10 @@ pkgbase = windowchef-git
makedepends = git
depends = libxcb
depends = xcb-util-wm
- optdepends = sxhkd
optdepends = wmutils-git
- optdepends = lemonbar
- conflicts = windowchef
- source = windowchef-git::git+https://github.com/tudurom/windowchef.git
+ conflicts = ruler
+ source = ruler-git::git+https://github.com/tudurom/ruler.git
md5sums = SKIP
-pkgname = windowchef-git
+pkgname = ruler-git
diff --git a/PKGBUILD b/PKGBUILD
index 1ed34d3cb0d7..4652934bf3b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Tudor Roman <tudurom@gmail.com>
-pkgname=windowchef-git
-pkgver=0.2.r0.g02d95a4
+pkgname=ruler-git
+pkgver=0.1.0.r0.gaaf9d5c
pkgrel=1
-pkgdesc="A stacking window manager that cooks windows with orders from the Waitron."
+pkgdesc="Program used to create window rules."
arch=("i686" "x86_64" "armv7h" "aarch64")
-url="https://github.com/tudurom/windowchef"
+url="https://github.com/tudurom/ruler"
license=('ISC')
depends=("libxcb" "xcb-util-wm")
makedepends=("git")
-optdepends=("sxhkd" "wmutils-git" "lemonbar")
-conflicts=('windowchef')
-source=("$pkgname::git+https://github.com/tudurom/windowchef.git")
+optdepends=("wmutils-git")
+conflicts=('ruler')
+source=("$pkgname::git+https://github.com/tudurom/ruler.git")
md5sums=("SKIP")
pkgver() {