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 Jelle van der Waa (jelly) - Monday, 24 July 2023, 18:32 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: 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

Closed by  Jelle van der Waa (jelly)
Monday, 24 July 2023, 18:32 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in git.
Comment by WooHyung Jeon (jeon) - Friday, 09 December 2022, 13:07 GMT
Second this.

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")

Loading...