Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2016-05-14 18:38:31 +03:00
parent 91c59f2fe7
commit 103ef5f205
2 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Wed Feb 24 02:55:08 UTC 2016
# Sat May 14 15:38:28 UTC 2016
pkgbase = lemonbar
pkgdesc = A featherweight, lemon-scented, bar based on xcb.
pkgver = 1.1
pkgrel = 2
pkgver = 1.2
pkgrel = 1
url = https://github.com/LemonBoy/bar
arch = i686
arch = x86_64
@ -12,8 +12,8 @@ pkgbase = lemonbar
conflicts = bar-aint-recursive
conflicts = bar-aint-recursive-git
conflicts = lemonbar-git
source = https://github.com/LemonBoy/bar/archive/v1.1.tar.gz
sha1sums = 33e250c1558ce8a1f4a1d85851a548d00716d6b1
source = https://github.com/LemonBoy/bar/archive/v1.2.tar.gz
sha1sums = cc578cac439b4500a9c03e144602dd3b0abaeaac
pkgname = lemonbar

View File

@ -1,7 +1,7 @@
# Maintainer: Jack L. Frost <fbt@fleshless.org>
pkgname=lemonbar
pkgver=1.1
pkgrel=2
pkgver=1.2
pkgrel=1
pkgdesc='A featherweight, lemon-scented, bar based on xcb.'
arch=( 'i686' 'x86_64' )
url='https://github.com/LemonBoy/bar'
@ -26,4 +26,4 @@ package() {
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
sha1sums=('33e250c1558ce8a1f4a1d85851a548d00716d6b1')
sha1sums=('cc578cac439b4500a9c03e144602dd3b0abaeaac')