diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-25 17:07:00 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:39 +0200 |
commit | 559a80e0996d936290080b807bdab136554122bd (patch) | |
tree | 482fcda49212bd047cd0de5511f091effcc9e895 | |
parent | ca81a773fa72cb5573d8bbc7a8fab20506ab662e (diff) | |
download | pkgbuilds-559a80e0996d936290080b807bdab136554122bd.tar.xz |
-git PKGBUILDs should have their version set to 'git', otherwise there's just a bunch of useless noise..
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 14:56:04 UTC 2015 +# Mon Jun 1 14:56:05 UTC 2015 pkgbase = weechat-git pkgdesc = Fast, light & extensible IRC client (curses UI) - pkgver = 0.4.3.r8.ga9aca06 + pkgver = git pkgrel = 1 url = http://www.weechat.org/ arch = i686 @@ -6,7 +6,7 @@ # Contributor: Johannes Löthberg <johannes@kyriasis.com> pkgname=weechat-git -pkgver=0.4.3.r8.ga9aca06 +pkgver=git pkgrel=1 pkgdesc="Fast, light & extensible IRC client (curses UI)" arch=('i686' 'x86_64') |