FS#53636 - [re2c] update PKGBUILD metadata

Attached to Project: Arch Linux
Opened by userwithuid (userwithuid) - Monday, 10 April 2017, 21:55 GMT
Last edited by Anatol Pomozov (anatolik) - Thursday, 30 July 2020, 10:26 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Anatol Pomozov (anatolik)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

1. reflect move sourceforge->github
2. switch to sha256sum
3. use correct license = public domain (can be found in ./README)

e.g.

-url='http://re2c.sourceforge.net/'
-license=(GPL)
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3bf508fabd52ed7334647d0ccb956e8d')
+url='http://re2c.org/'
+license=(custom)
+source=("https://github.com/skvadrik/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
+LICENSE)
+sha256sums=('48c12564297641cceb5ff05aead57f28118db6277f31e2262437feba89069e84'
+'SKIP')
[...]
+ install -Dm644 "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
This task depends upon

Closed by  Anatol Pomozov (anatolik)
Thursday, 30 July 2020, 10:26 GMT
Reason for closing:  Implemented
Additional comments about closing:  re2c-2.0.1
Comment by Eli Schwartz (eschwartz) - Monday, 01 January 2018, 04:43 GMT
#1 was fixed in re2c 1.0.1-1
Comment by Anatol Pomozov (anatolik) - Wednesday, 03 January 2018, 18:17 GMT
There is no LICENSE file in the project repository
Comment by Eli Schwartz (eschwartz) - Wednesday, 03 January 2018, 18:43 GMT
build() {
...
sed -n '/LICENSE/,$p' README > LICENSE
}

Loading...