Community Packages

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!
Tasklist

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
Task Type Bug Report
Category Packages
Status Assigned
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
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

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...