diff --git a/lsb-release/.SRCINFO b/lsb-release/.SRCINFO new file mode 100644 index 0000000000..6d5ac27827 --- /dev/null +++ b/lsb-release/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = lsb-release + pkgdesc = LSB version query program + pkgver = 2.0.r53.a86f885 + pkgrel = 2 + url = https://refspecs.linuxfoundation.org/lsb.shtml + arch = any + license = GPL + makedepends = git + depends = sh + source = git+https://github.com/LinuxStandardBase/lsb-samples.git#commit=a86f885597a91cd41837d706bf6a08d4c239a54b + source = lsb-release + source = lsb_release_description.patch + source = lsb_release_make_man_page_reproducible.patch + sha512sums = SKIP + sha512sums = c4fb9d1026b6cc362b95d8b6662709ec18c0c8cb642d3a811d75bbb0e2fda93e1281accce40b7e7d5cde162144486a29d4c34ccbffcdd8f18e0ff51aef83db97 + sha512sums = 145ef64f90f5e6cc59075679e640cf7c1ad02617c12eff17f10b05c1cc219591fdba1b27be2b2c8480742aed24ce81d6a7badcbaca6772faea4ebc6a55695b62 + sha512sums = ab64a1d236d00a30a48e3af2c5bdfa0aad0183ebe0df4f2b0c6af58530c2a1fdac1b0a5cdd8a1800d5f8405f44562603cddf28eb318b5badaabd49a82e0b7e83 + +pkgname = lsb-release diff --git a/lsb-release/PKGBUILD b/lsb-release/PKGBUILD index 51eeeaad82..c719ceb03d 100644 --- a/lsb-release/PKGBUILD +++ b/lsb-release/PKGBUILD @@ -7,7 +7,7 @@ pkgname=lsb-release pkgver=2.0.r53.a86f885 _commit=a86f885597a91cd41837d706bf6a08d4c239a54b -pkgrel=1 +pkgrel=2 pkgdesc="LSB version query program" arch=(any) url="https://refspecs.linuxfoundation.org/lsb.shtml"