diff options
author | oaken-source <oaken-source@parabola.nu> | 2019-11-06 20:17:30 +0100 |
---|---|---|
committer | oaken-source <oaken-source@parabola.nu> | 2019-11-06 20:17:30 +0100 |
commit | 474c3821bcc91ffb28ae5ed3722c8f8035e4d985 (patch) | |
tree | 3cd35c683e8b92376aee1dfebcfa0175ff0d3c6d | |
parent | fce68146c97f5e5e0aad5366b7f4d0654c4856da (diff) | |
download | abslibre-474c3821bcc91ffb28ae5ed3722c8f8035e4d985.tar.gz abslibre-474c3821bcc91ffb28ae5ed3722c8f8035e4d985.tar.bz2 abslibre-474c3821bcc91ffb28ae5ed3722c8f8035e4d985.zip |
libre/your-freedom_emu: rebuilt
-rw-r--r-- | libre/your-freedom_emu/PKGBUILD | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/libre/your-freedom_emu/PKGBUILD b/libre/your-freedom_emu/PKGBUILD index 1aa8fc14a..68cbeae5e 100644 --- a/libre/your-freedom_emu/PKGBUILD +++ b/libre/your-freedom_emu/PKGBUILD @@ -3,29 +3,27 @@ pkgname=your-freedom_emu pkgdesc="This package removes emulators that runs free games and/or OS technically." license=('GPL3') -url="https://projects.parabola.nu/blacklist.git" -#url="https://lukeshu.com/git/mirror/parabola/blacklist.git" +url="https://git.parabola.nu/blacklist.git" pkgver=20190612 _gitver=3acbf849647f986e3004e7d24ff5a89b17e0a641 -pkgrel=1 +pkgrel=2 arch=('any') install=${pkgname}.install makedepends=(librelib) -source=(blacklist-${_gitver}.txt::https://projects.parabola.nu/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver}) -#source=(blacklist-${_gitver}.txt::https://lukeshu.com/git/mirror/parabola/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver}) -md5sums=('8f49ce995f3993c266d5d43f934e7459') +source=(blacklist-${_gitver}.txt::https://git.parabola.nu/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver}) +sha512sums=('cd14fde5c5a1e3727fb637d76dc4619745a68a965cbda01aa9f6d5b17516eaa944c4c5c99b947ced7afa433660ff02241945fe14a652e38756192fcda89e6d3f') package() { cd "$srcdir" - conflicts=($( + conflicts=($( \ < blacklist-${_gitver}.txt \ - libreblacklist normalize | - cut -d: -f1,2 | - sed -n 's/:$//p' | - sort -u + libreblacklist normalize | \ + cut -d: -f1,2 | \ + sed -n 's/:$//p' | \ + sort -u \ )) install -Dm644 blacklist-${_gitver}.txt "$pkgdir"/usr/share/doc/${pkgname}/blacklist.txt |