diff options
author | David P <megver83@parabola.nu> | 2018-05-27 18:28:47 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-05-27 18:28:47 -0400 |
commit | d93dffb43c3107c92995389be01161a9480c705d (patch) | |
tree | 1fee1b31ace11ea5b4df1064e16eef160b152a1f /libre/your-freedom_emu | |
parent | 9da9759323ac2a0759298faf940efd199c702ec0 (diff) | |
download | abslibre-d93dffb43c3107c92995389be01161a9480c705d.tar.gz abslibre-d93dffb43c3107c92995389be01161a9480c705d.tar.bz2 abslibre-d93dffb43c3107c92995389be01161a9480c705d.zip |
upgpkg: libre/your-freedom_emu 20180527-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/your-freedom_emu')
-rw-r--r-- | libre/your-freedom_emu/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/your-freedom_emu/PKGBUILD b/libre/your-freedom_emu/PKGBUILD index d7628036d..4468fc29f 100644 --- a/libre/your-freedom_emu/PKGBUILD +++ b/libre/your-freedom_emu/PKGBUILD @@ -5,8 +5,8 @@ pkgdesc="This package removes emulators that runs free games and/or OS technical license=('GPL3') url="https://projects.parabola.nu/blacklist.git" #url="https://lukeshu.com/git/mirror/parabola/blacklist.git" -pkgver=20180516 -_gitver=c914523aa7fb48abea19f391bf5ebf3a2486fb69 +pkgver=20180527 +_gitver=c67849b4bd670e31486acb4871516b4c8c3014a3 pkgrel=1 arch=('any') @@ -15,7 +15,7 @@ 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=('cdc84bef6a9023696a96b2265aaa095f') +md5sums=('afd0d0c84126a8781762738c968d1e63') package() { cd "$srcdir" |