diff options
author | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2019-02-25 00:53:20 +0000 |
---|---|---|
committer | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2019-02-25 00:53:20 +0000 |
commit | f8b77243ae1ae10c1a4465879e9ca7b02c252f8c (patch) | |
tree | f01d001e452b605f7606cda624b4c6bc398a0e9f /libre/your-freedom | |
parent | a2184738c655f0c7e7d2608d77401ced24ede5f8 (diff) | |
download | abslibre-f8b77243ae1ae10c1a4465879e9ca7b02c252f8c.tar.gz abslibre-f8b77243ae1ae10c1a4465879e9ca7b02c252f8c.tar.bz2 abslibre-f8b77243ae1ae10c1a4465879e9ca7b02c252f8c.zip |
Update libre/your-freedom
Diffstat (limited to 'libre/your-freedom')
-rw-r--r-- | libre/your-freedom/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/your-freedom/PKGBUILD b/libre/your-freedom/PKGBUILD index 36e70fdb9..fb07c0a07 100644 --- a/libre/your-freedom/PKGBUILD +++ b/libre/your-freedom/PKGBUILD @@ -4,8 +4,8 @@ pkgname=your-freedom pkgdesc="This package conflicts with every nonfree package known to date to ensure your system is free." license=('GPL3') url="https://git.parabola.nu/blacklist.git" -pkgver=20190223 -_gitver=05b81ab38e24db3efce60d5bd4c6206b7ac53474 +pkgver=20190225 +_gitver=4a73cce35bfcbdd6e915e2016ee901c66372a552 pkgrel=1 arch=('any') @@ -14,7 +14,7 @@ install=${pkgname}.install makedepends=(librelib) source=(blacklist-${_gitver}.txt::https://git.parabola.nu/blacklist.git/plain/blacklist.txt?id=${_gitver}) -sha512sums=('e7b6260c055c62d2e00489f2b45176cc58e7894d1620d6943e21bfe516a6d64664374662bda66ed7140992cea2158dd01be2ce8001752e6d9d32be45ab7009f3') +sha512sums=('63dc85255d8f18dc2d4311f9d2e42302a87656e08b526b4cd1a0010c3207b06c312093fda2ad685d42c89438c7cb30e7d24c812b986dbeba4fe430b8d1b07364') package() { cd "$srcdir" |