diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-09-24 19:25:27 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-09-24 19:25:27 -0500 |
commit | afe63fec1c6bb8d9f8ac056c6a6607cd1efb7663 (patch) | |
tree | d9b1752638e309ff6fbf4190dbb5c274c8b98c6d /libre/lsb-release | |
parent | 4a86785e86d8f092427bea15711d550713fc643a (diff) | |
download | abslibre-afe63fec1c6bb8d9f8ac056c6a6607cd1efb7663.tar.gz abslibre-afe63fec1c6bb8d9f8ac056c6a6607cd1efb7663.tar.bz2 abslibre-afe63fec1c6bb8d9f8ac056c6a6607cd1efb7663.zip |
lsb-release-1.4-15.parabola1: rebuild
Diffstat (limited to 'libre/lsb-release')
-rw-r--r-- | libre/lsb-release/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/lsb-release/PKGBUILD b/libre/lsb-release/PKGBUILD index 520295cab..ff9a97882 100644 --- a/libre/lsb-release/PKGBUILD +++ b/libre/lsb-release/PKGBUILD @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 101477 2013-11-26 10:23:04Z svenstaro $ # Maintainer (Arch): Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor (Arch): Malte Rabenseifner <malte@zearan.de> # Contributor (Arch): John Gerritse <reaphsharc@gmail.com> @@ -8,7 +7,7 @@ pkgname=lsb-release pkgver=1.4 -pkgrel=14.2.parabola2 +pkgrel=15.parabola1 pkgdesc="LSB version query program (Parabola rebranded)" arch=('any') url="http://www.linuxbase.org/" @@ -17,10 +16,10 @@ depends=('bash') replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") install=lsb-release.install -source=(http://downloads.sourceforge.net/lsb/$pkgname-$pkgver.tar.gz +source=(https://downloads.sourceforge.net/lsb/$pkgname-$pkgver.tar.gz lsb_release_description.patch) -md5sums=('30537ef5a01e0ca94b7b8eb6a36bb1e4' - '72f562d8eaa8915ab85fba13e68c8d68') +sha512sums=('84f6f8794380463587005043f601b7a40190cd9e3409abff7f5ce7658cf029a14346eff87838296d90307192bdeff68cc00480c5c04814da7acdb3e220640fde' + '145ef64f90f5e6cc59075679e640cf7c1ad02617c12eff17f10b05c1cc219591fdba1b27be2b2c8480742aed24ce81d6a7badcbaca6772faea4ebc6a55695b62') build() { cd "$srcdir/$pkgname-$pkgver" |