Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#72920 - [ibus-hangul] Wrong url and upstream source
Attached to Project:
Community Packages
Opened by Moon Sungjoon (OctopusET) - Sunday, 05 December 2021, 02:46 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 05 December 2021, 08:42 GMT
Opened by Moon Sungjoon (OctopusET) - Sunday, 05 December 2021, 02:46 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 05 December 2021, 08:42 GMT
|
DetailsDescription: In PKGBUILD, url is 'https://github.com/phuang/ibus-hangul'. It's outdated and different with upstream source URL.
And upstream repo's owner 'choehwanjin' changed owner name to 'libhangul', so it also should be changed too. Please change the URL and upstream source to this URL here. 'https://github.com/libhangul/ibus-hangul' |
This task depends upon
url='https://github.com/phuang/ibus-hangul'
>> url='https://github.com/libhangul/ibus-hangul'
source=("$pkgname-$pkgver.tar.gz::https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz")
>> source=("$pkgname-$pkgver.tar.gz::https://github.com/libhangul/ibus-hangul/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")