summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2015-05-23 19:13:50 -0600
committerBrian Bidulock2015-06-10 05:28:22 -0600
commitd0f4d0104e9d261fe674bf63e9e95890b3caabc9 (patch)
treec9a966415b37aa2d566dd6825e16ad68e0ec3c4f
parentb028ab35e983e8c0c7f17f2718997c3dae26854e (diff)
downloadaur-d0f4d0104e9d261fe674bf63e9e95890b3caabc9.tar.gz
version 1.3.7.16.g69d1333-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b2bbe7723e7..d3b7f844c662 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fluxbox-git
pkgdesc = Lightweight stacking WM with tabbing, dockapps, etc.
- pkgver = 1.3.5.182.g169d640
+ pkgver = 1.3.7.16.g69d1333
pkgrel = 1
url = http://www.fluxbox.org/
arch = i686
@@ -14,7 +14,7 @@ pkgbase = fluxbox-git
depends = libxpm
depends = libxrandr
optdepends = xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu utilities
- provides = fluxbox=1.3.5.182.g169d640
+ provides = fluxbox=1.3.7.16.g69d1333
conflicts = fluxbox
options = !libtool
source = fluxbox-git::git://git.fluxbox.org/fluxbox.git
diff --git a/PKGBUILD b/PKGBUILD
index 1fea2f3cafc3..4230ddc6cc58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Limao Luo <luolimao+AUR@gmail.com>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor: Limao Luo <luolimao+AUR@gmail.com>
# Contributor: Devin Cofer <ranguvar@archlinux.us>
# Contributor: CainĂ£ Costa <sryche@archlinux-br.org>
# Contributor: Patrick Bartels <p4ddy.b@gmail.com>
pkgname=fluxbox-git
pkgdesc="Lightweight stacking WM with tabbing, dockapps, etc."
-pkgver=1.3.5.182.g169d640
+pkgver=1.3.7.16.g69d1333
pkgrel=1
arch=(i686 x86_64)
url=http://www.fluxbox.org/
@@ -25,7 +26,7 @@ sha512sums=('SKIP'
pkgver() {
cd $pkgname/
- git describe | sed 's|Release-||;s|[_-]|.|g'
+ git describe --tags --long | sed 's|Release-||;s|[_-]|.|g'
}
build() {