summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/dbscripts/PKGBUILD6
-rw-r--r--pcr/pacman2pacman/PKGBUILD21
2 files changed, 17 insertions, 10 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD
index f8fed1327..581880c11 100644
--- a/libre/dbscripts/PKGBUILD
+++ b/libre/dbscripts/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
pkgname=dbscripts
-pkgver=20170528.1
+pkgver=20170610.1
pkgdesc='Server-side programs for Parabola Pacman repositories'
url='https://git.parabola.nu/packages/dbscripts.git/'
license=('GPL')
@@ -18,9 +18,9 @@ arch=('any')
depends=(librelib xbs rsync)
checkdepends=(libretools)
source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('f3cb32da921b94e3d23f13b5867ea056')
+md5sums=('b9d6265b04b7f5f50f903a5537d4c85c')
-_gitver='commit=f1e8333af08142217e1a468790fd4e9922396b55'
+_gitver='commit=961f0c5355e12120955d3dec08162237e5096c2b'
mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver")
mkmd5sums=('SKIP')
diff --git a/pcr/pacman2pacman/PKGBUILD b/pcr/pacman2pacman/PKGBUILD
index ad491e10b..d545fbc62 100644
--- a/pcr/pacman2pacman/PKGBUILD
+++ b/pcr/pacman2pacman/PKGBUILD
@@ -1,19 +1,26 @@
# Maintainer: Joseph Graham <joseph@xylon.me.uk>
+
pkgname=pacman2pacman
-pkgver=1.5.8
-pkgrel=1
+pkgver=20170610.1
pkgdesc="A plugin for pacman to download packages by bittorrent and seed them back up"
-arch=(any)
url="https://wiki.parabolagnulinux.org/Pacman2pacman"
license=('GPL')
-depends=(transmission-cli)
+
options=(emptydirs)
install=$pkgname.install
-source=(http://www.xylon.me.uk/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f658cd77e66975cc1e5383cd464f1f2c')
+
+pkgrel=1
+arch=(any)
+depends=(transmission-cli)
+source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('ce4f31f201a7975a2746c6dd67167ae9')
+
+_gitver='commit=5ff043cb7e53981c47a660ef9d392523fada3fb4'
+mksource=("$pkgname-$pkgver::git://git.parabola.nu/pacman2pacman.git/#$_gitver")
+mkmd5sums=('SKIP')
package() {
- cd $pkgname
+ cd $pkgname-$pkgver
mkdir -p "${pkgdir}/srv/pacman2pacman/torrents"