summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrozap2017-01-04 19:06:27 -0600
committercyrozap2017-01-04 19:06:27 -0600
commita1f13496577e0744a595a098663ccaf48c2e3672 (patch)
tree878451703e31584a406fd8e1167ccd2204931c06
parent279d9115d74c1ee3176318bc91d4b2776bd78f2f (diff)
downloadaur-a1f13496577e0744a595a098663ccaf48c2e3672.tar.gz
Upstream merged changes
The upstream branch merged my changes and appears to be maintained again, so I've switched all the links back to it.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e4a789a80ac..67f64cb7a094 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sat Mar 19 19:50:51 UTC 2016
pkgbase = twmn-git
pkgdesc = A notification system for tiling window managers
- pkgver = 171.6660f7e
- pkgrel = 2
- url = https://github.com/cyrozap/twmn
+ pkgver = 179.5d1d555
+ pkgrel = 1
+ url = https://github.com/sboli/twmn
arch = any
license = LGPL3
makedepends = git
@@ -17,7 +15,7 @@ pkgbase = twmn-git
depends = libxkbcommon-x11
provides = notification-daemon
conflicts = twmn
- source = twmn::git+https://github.com/cyrozap/twmn.git
+ source = twmn::git+https://github.com/sboli/twmn.git
sha256sums = SKIP
pkgname = twmn-git
diff --git a/PKGBUILD b/PKGBUILD
index 5d63809b2e9b..f46cc73256ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
_name=twmn
pkgname="${_name}-git"
-pkgver=171.6660f7e
-pkgrel=2
+pkgver=179.5d1d555
+pkgrel=1
pkgdesc="A notification system for tiling window managers"
arch=('any')
-url="https://github.com/cyrozap/twmn"
+url="https://github.com/sboli/twmn"
license=('LGPL3')
provides=('notification-daemon')
depends=('qt5-base' 'qt5-x11extras' 'boost-libs>=1.46' 'libxext' 'libxkbcommon-x11')
makedepends=('git' 'pkg-config' 'boost>=1.46')
conflicts=('twmn')
-source=("${_name}::git+https://github.com/cyrozap/${_name}.git")
+source=("${_name}::git+https://github.com/sboli/${_name}.git")
sha256sums=('SKIP')
pkgver() {