diff options
Diffstat (limited to 'libre/your-freedom_emu/PKGBUILD')
-rw-r--r-- | libre/your-freedom_emu/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/your-freedom_emu/PKGBUILD b/libre/your-freedom_emu/PKGBUILD index 379f0b2bc..8f38410a9 100644 --- a/libre/your-freedom_emu/PKGBUILD +++ b/libre/your-freedom_emu/PKGBUILD @@ -1,21 +1,21 @@ -# Maintainer: Parabola Project <dev@lists.parabolagnulinux.org> +# Maintainer: Parabola Project <dev@lists.parabola.nu> pkgname=your-freedom_emu pkgdesc="This package removes hardware emulators that emulate technically free games and/or OS (but only there are nonfree games and/or OS)." license=('GPL3') -url="https://projects.parabolagnulinux.org/blacklist.git" +url="https://projects.parabola.nu/blacklist.git" #url="https://lukeshu.com/git/mirror/parabola/blacklist.git" -pkgver=20150519 -_gitver=e4a9618a4aa1da1421a7dca500081d695a93f114 +pkgver=20150604 +_gitver=eef74e2bcc8be165dcb57817918f43efc82a80ab pkgrel=1 arch=('any') install=${pkgname}.install makedepends=(librelib) -source=(blacklist-${_gitver}.txt::https://projects.parabolagnulinux.org/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver}) +source=(blacklist-${_gitver}.txt::https://projects.parabola.nu/blacklist.git/plain/blacklist.txt?id=${_gitver}) #source=(blacklist-${_gitver}.txt::https://lukeshu.com/git/mirror/parabola/blacklist.git/plain/${pkgname}-blacklist.txt?id=${_gitver}) -md5sums=('731850976f34a609ba86ddd4d99e7467') +md5sums=('dbe85e2264d76d5237a104d858d0e042') package() { cd "$srcdir" |