diff options
-rw-r--r-- | libre/libclc-svn/PKGBUILD (renamed from libre/libclc-git/PKGBUILD) | 20 | ||||
-rw-r--r-- | libre/your-freedom_emu/PKGBUILD | 3 |
2 files changed, 6 insertions, 17 deletions
diff --git a/libre/libclc-git/PKGBUILD b/libre/libclc-svn/PKGBUILD index 432751146..ada19c6ff 100644 --- a/libre/libclc-git/PKGBUILD +++ b/libre/libclc-svn/PKGBUILD @@ -1,28 +1,18 @@ # Maintainer: Márcio Silva <coadde@lavabit.com> _pkgname=libclc -pkgname=$_pkgname-git +pkgname=$_pkgname-svn pkgver=$(LC_ALL=C date -u +%Y%m%d) pkgrel=1 -arch=( - mips64el - x86_64 - i686 -) +arch=(mips64el x86_64 i686) pkgdesc='Library requirements of the OpenCL C programming language.' -url=( - http://cgit.freedesktop.org/~tstellar/$_pkgname - http://libclc.llvm.org/ -) +url=http://libclc.llvm.org/ license=MIT depends=clang -makedepends=( - git - python2 -) +makedepends=(svn python2) provides=($_pkgname) conflicts=$_pkgname -source=git://people.freedesktop.org/~tstellar/$_pkgname.git +source=$_pkgname::svn+http://llvm.org/svn/llvm-project/libclc/trunk sha512sums=SKIP prepare() { diff --git a/libre/your-freedom_emu/PKGBUILD b/libre/your-freedom_emu/PKGBUILD index 2b9b16fc1..30ace4a38 100644 --- a/libre/your-freedom_emu/PKGBUILD +++ b/libre/your-freedom_emu/PKGBUILD @@ -6,7 +6,6 @@ pkgdesc="This package removes hardware emulators that emulate technically free g arch=('any') url="https://parabolagnulinux.org" license=('GPL3') -groups=('base') install=${pkgname}.install source=(${pkgname}-blacklist-${pkgver}.txt::https://projects.parabolagnulinux.org/blacklist.git/plain/${pkgname}-blacklist.txt) @@ -22,4 +21,4 @@ package() { install -m644 ${pkgname}-blacklist-${pkgver}.txt ${pkgdir}/usr/share/doc/${pkgname}/ } -md5sums=('197e40b43d0495e26535db7aee90f4ff') +md5sums=('d3c2fad6dd774c5234d42d4953d09611') |