summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca CPZ2018-12-30 19:25:56 +0100
committerLuca CPZ2018-12-30 19:25:56 +0100
commit600b5a1571d56386a501423743ef5daf9387f201 (patch)
tree3d8b5d7a0bf53f7ddc680091b5c289877034994e
parentd449ca806fef0d6c431bc83d32a292be934deebc (diff)
downloadaur-600b5a1571d56386a501423743ef5daf9387f201.tar.gz
widget.fs: fix notification check, add threshold argument for trigger
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccf8a1872054..9af4415b12f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lain-git
pkgdesc = Layouts, asynchronous widgets and utilities for Awesome WM
- pkgver = 1683.8d1a905
+ pkgver = 1686.1a40fe8
pkgrel = 1
url = https://github.com/lcpz/lain
arch = any
@@ -10,7 +10,7 @@ pkgbase = lain-git
optdepends = curl: for IMAP, MPD and weather widgets
provides = lain
conflicts = lain
- source = git://github.com/copycat-killer/lain.git
+ source = git://github.com/lcpz/lain.git
md5sums = SKIP
pkgname = lain-git
diff --git a/PKGBUILD b/PKGBUILD
index 523c07d75265..dc542d9b0fd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: luke bonham <dada [at] archlinux [dot] info>
+# Maintainer: Luca CPZ <luca.cpz [at] gmail [dot] com>
pkgname=lain-git
-pkgcom=1683
-pkgsha=8d1a905
+pkgcom=1686
+pkgsha=1a40fe8
pkgver=$pkgcom.$pkgsha
pkgrel=1
pkgdesc="Layouts, asynchronous widgets and utilities for Awesome WM"
@@ -14,7 +14,7 @@ optdepends=('curl: for IMAP, MPD and weather widgets')
makedepends=('git')
provides=('lain')
conflicts=('lain')
-source=("git://github.com/copycat-killer/lain.git")
+source=("git://github.com/lcpz/lain.git")
md5sums=('SKIP')
package() {