KaOSx / apps

KDE SC and applications
https://kaosx.us/packages/packages.php?sortby=name&sordir=asc&repo=apps
27 stars 20 forks source link

QGit 2.10 packaging has out-of-sync md5sum (and and unused obsolete patch) #206

Closed hartwork closed 2 years ago

hartwork commented 2 years ago

Submission type

Package name & version you are having issues with or have a request for

qgit 2.10

Used repositories

Expected behaviour

Actual behaviour

Two issues:

# wget https://github.com/tibirna/qgit/archive/qgit-2.10.tar.gz
# md5sum qgit-2.10.tar.gz 
f8aaff63dfcf963fa1bd6d5211a8eacd  qgit-2.10.tar.gz

CC @demmm @tibirna

Steps to reproduce the problem

System info link created by Octopi > Tools > SysInfo

demmm commented 2 years ago

As for the first issue, patch has not been in use since 2018, commented out see https://github.com/KaOSx/apps/blob/master/qgit/PKGBUILD#L19

hartwork commented 2 years ago

@demmm thanks for fix. Why keep an obsolete unused patch around?

demmm commented 2 years ago

Makes it easy to apply a new patch (just substitute commit hash), just works for me :)