diff options
-rw-r--r-- | libre/dbscripts/PKGBUILD | 4 | ||||
-rw-r--r-- | pcr/pacman2pacman/PKGBUILD | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD index ac7c681d0..f0d9c2bbe 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=dbscripts -pkgver=20170214.1 +pkgver=20170527.1 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -18,7 +18,7 @@ arch=('any') depends=(librelib xbs rsync) checkdepends=(libretools) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('27c36edddc9ec6fa7f641dad1721f891') +md5sums=('60bfcc826b8c6c60e80ba520e041686e') _gitver='commit=92583e52b6b785b0c5c740948cb09738f3027275' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") diff --git a/pcr/pacman2pacman/PKGBUILD b/pcr/pacman2pacman/PKGBUILD index 428bdb674..4a128673d 100644 --- a/pcr/pacman2pacman/PKGBUILD +++ b/pcr/pacman2pacman/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Joseph Graham <joseph@xylon.me.uk> pkgname=pacman2pacman -pkgver=1.5.5 -pkgrel=1 -pkgdesc="A plugin for pactor to download packages by bittorrent and seed them back up" +pkgver=1.5.6 +pkgrel=3 +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') @@ -10,7 +10,7 @@ depends=(transmission-cli) options=(emptydirs) install=$pkgname.install source=(http://www.xylon.me.uk/files/${pkgname}-${pkgver}.tar.gz) -md5sums=('7408853aa12372fba0d71c187b35a81d') +md5sums=('0c0c3117cd0ef30476e4c2142a0455f6') package() { cd $pkgname |