summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {