summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-24 23:48:25 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-24 23:48:25 -0300
commit686b828c74111f0f9cfe90448849c0259d2156fb (patch)
tree8bc75e72ad55a7a6ad427dc6d5a00afc080e35c7 /libre
parent116c454988f72dbc7890a61e7a7480043c341eb4 (diff)
parent65091f01d8f8237f11c7880c87c436ef9b08d40b (diff)
downloadabslibre-686b828c74111f0f9cfe90448849c0259d2156fb.tar.gz
abslibre-686b828c74111f0f9cfe90448849c0259d2156fb.tar.bz2
abslibre-686b828c74111f0f9cfe90448849c0259d2156fb.zip
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/~git/abslibre
Diffstat (limited to 'libre')
-rw-r--r--libre/parabola-keyring/PKGBUILD11
-rw-r--r--libre/parabolaweb-utils/PKGBUILD10
-rw-r--r--libre/your-freedom/PKGBUILD9
3 files changed, 16 insertions, 14 deletions
diff --git a/libre/parabola-keyring/PKGBUILD b/libre/parabola-keyring/PKGBUILD
index 78b27ad5e..88cc526f6 100644
--- a/libre/parabola-keyring/PKGBUILD
+++ b/libre/parabola-keyring/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=parabola-keyring
-pkgver=$(LC_ALL=C date -u +%Y%m%d)
+pkgver=20140623
pkgrel=1
pkgdesc='Parabola GNU/Linux-libre PGP keyring'
arch=('any')
url='https://projects.parabolagnulinux.org/hackers.git/'
license=('GPL')
install=$pkgname.install
+
source=("http://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"
"http://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz.sig")
+md5sums=('9cf084f1d448c06649851860cec87014'
+ 'SKIP')
package() {
- cd $srcdir/$pkgname-$pkgver
- make PREFIX=/usr DESTDIR=${pkgdir} install
+ cd "$srcdir/$pkgname-$pkgver"
+ make PREFIX=/usr DESTDIR="${pkgdir}" install
}
-md5sums=('d50f8ba9f108b38c0e084d21742ea059'
- 'SKIP')
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD
index 25cfeb421..d65345435 100644
--- a/libre/parabolaweb-utils/PKGBUILD
+++ b/libre/parabolaweb-utils/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
pkgname=(parabolaweb-utils parabolaweb-dev)
-pkgver=20140616
+pkgver=20140624.3
pkgdesc="Utilities for managing the ParabolaWeb website application"
url="https://projects.parabolagnulinux.org/packages/parabolaweb-utils.git/"
license=('GPL2')
@@ -12,13 +12,13 @@ _parabolaweb_commit=724f8c309c97aa9af7f963687342e8f37e682204
pkgrel=1
epoch=1
-arch=('any')
+arch=('i686' 'x86_64')
source=(
- "https://projects.parabolagnulinux.org/packages/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2"
- "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}"
+ "https://projects.parabolagnulinux.org/packages/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2"
+ "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}"
)
-md5sums=('a3a5c128161a2560368281700bd2c4f7'
+md5sums=('0f7169ffa50fea915344f944a0920bf8'
'8bf17af4e66f552864bfdc0fd1d472f1')
build() {
diff --git a/libre/your-freedom/PKGBUILD b/libre/your-freedom/PKGBUILD
index 1c15ca6ed..4360d253e 100644
--- a/libre/your-freedom/PKGBUILD
+++ b/libre/your-freedom/PKGBUILD
@@ -1,26 +1,27 @@
# Maintainer: Parabola Project <dev@lists.parabolagnulinux.org>
pkgname=your-freedom
-pkgver=...
-_gitver=...
pkgdesc="This package conflicts with every nonfree package known to date to ensure your system is free."
license=('GPL3')
url="https://projects.parabolagnulinux.org/blacklist.git"
+pkgver=20140623.3
+_gitver=a9535cf32f27dd22ee6154d3b73fb52c8a7ae513
pkgrel=1
+
arch=('any')
groups=('base')
install=${pkgname}.install
makedepends=(librelib)
source=(blacklist-${_gitver}.txt::https://projects.parabolagnulinux.org/blacklist.git/plain/blacklist.txt?id=${_gitver})
-md5sums=('5fd14982619414fea1882b351607291e')
+md5sums=('d28686e73aeb011bf4dc621d9cb02979')
package() {
cd "$srcdir"
conflicts=($(
- < blacklist-${pkgver}.txt \
+ < blacklist-${_gitver}.txt \
libreblacklist normalize |
cut -d: -f1,2 |
sed -n 's/:$//p' |