diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-05 22:26:43 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-05 22:26:43 -0300 |
commit | dfbc53a96e154a3095cb55ddaaa3ff5167e00ca8 (patch) | |
tree | 1e7ebf41e3a28f93cf17ff1d577bcbbe355f5176 | |
parent | 4dfbaea81dfa0a74e21a2ce91a8d1c072c8240b0 (diff) |
lsb-release: fix pkgrel, because we had lsb-release-1.4-14.2 before migration to complex pkgrel
-rw-r--r-- | libre/lsb-release/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/lsb-release/PKGBUILD b/libre/lsb-release/PKGBUILD index 71fb184eb..5bcaf036d 100644 --- a/libre/lsb-release/PKGBUILD +++ b/libre/lsb-release/PKGBUILD @@ -7,7 +7,7 @@ pkgname=lsb-release pkgver=1.4 -pkgrel=14.parabola1 +pkgrel=14.2.parabola1 pkgdesc="LSB version query program (Parabola rebranded)" arch=('any') url="http://www.linuxbase.org/" |