Skip to content

Commit

Permalink
gd 2.2.5
Browse files Browse the repository at this point in the history
youtube-dl 2017.09.02
libblockdev 1.12.1
python2-psutil 5.3.0
translate-toolkit 2.2.5
  • Loading branch information
demmm committed Sep 2, 2017
1 parent 52cedf5 commit f658c8d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions gd/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

pkgname=gd
pkgver=2.2.4
_pkgver=2.2.4
pkgver=2.2.5
_pkgver=2.2.5
pkgrel=1
pkgdesc="Library for the dynamic creation of images by programmers"
arch=('x86_64')
Expand All @@ -11,7 +11,7 @@ depends=('libpng' 'fontconfig' 'libjpeg-turbo' 'libtiff')
#makedepends=('cmake')
options=('!libtool')
source=("https://github.com/libgd/libgd/archive/gd-${_pkgver}.tar.gz")
md5sums=('38fc1fc8ca12023bae0c2c7ecfbd2c62')
md5sums=('9dfdd0b86477a329afec4238b7b450f5')

build() {
cd libgd-gd-${_pkgver}
Expand All @@ -23,7 +23,7 @@ build() {

check() {
cd libgd-gd-${_pkgver}

# fontconfig basic test fails
make check
}

Expand Down
6 changes: 3 additions & 3 deletions libblockdev/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

pkgname=libblockdev
pkgver=2.11.1
_pkgver=2.11-1
pkgver=2.12.1
_pkgver=2.12-1
pkgrel=1
pkgdesc="C library supporting GObject introspection for manipulation of block devices."
arch=('x86_64')
Expand All @@ -12,7 +12,7 @@ depends=('btrfs-progs' 'cryptsetup' 'kmod' 'libbytesize' 'lvm2' 'nss' 'parted'
makedepends=('gobject-introspection' 'python3-six') # 'dmraid')
source=("https://github.com/rhinstaller/libblockdev/archive/${pkgname}-${_pkgver}.tar.gz"
"https://github.com/rhinstaller/libblockdev/commit/50dec146ddd6c77f5989aa359a545ab676437169.diff")
md5sums=('c1b240878ce2e36dbeb68b94bfd0403d'
md5sums=('71addbf494f6c2b0106776eab3f51224'
'9610c23df7c73e74ddebffce971614c3')

prepare() {
Expand Down
4 changes: 2 additions & 2 deletions python2-psutil/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

pkgname=python2-psutil
pkgver=5.2.2
pkgver=5.3.0
pkgrel=1
pkgdesc='Cross-platform process and system utilities module for Python'
arch=('x86_64')
url='https://github.com/giampaolo/psutil'
license=('custom: BSD')
depends=('python2-setuptools')
source=("https://github.com/giampaolo/psutil/archive/release-${pkgver}.tar.gz")
md5sums=('8beb3d9c3aef1ebd562cb7394463c2b1')
md5sums=('a7268377ee3ac692805d51f2132217b5')

package() {
cd psutil-release-${pkgver}
Expand Down
4 changes: 2 additions & 2 deletions translate-toolkit/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname=translate-toolkit
pkgver=2.2.4
pkgver=2.2.5
pkgrel=1
pkgdesc="Toolkit to convert between various different translation formats, help process and validate localisations"
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ license=('GPL')
depends=('bash' 'python2-lxml' 'python2-six')
makedepends=('python2-setuptools')
source=("https://github.com/translate/translate/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('4ff21c47bf16e0855b913246ae397a58')
md5sums=('a4e3c0a671d23ed3f58a8f50dcdd59c2')

package() {
cd ${pkgname}-${pkgver}
Expand Down
4 changes: 2 additions & 2 deletions youtube-dl/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname=youtube-dl
pkgver=2017.08.27.1
pkgver=2017.09.02
pkgrel=1
pkgdesc='Small command-line program to download videos from YouTube.com and other video sites'
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ license=('custom')
depends=('python3')
makedepends=('zip')
source=("https://github.com/rg3/youtube-dl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('32d823b8aa1714c40e20f920e481be48d7458d657e66d118a0467a351d680aac')
sha256sums=('699a7ca22243e6a11a3e3a2b4f933c1ec0799d205a58c1eb5b139ee53252d9e9')

build() {
cd ${pkgname}
Expand Down

0 comments on commit f658c8d

Please sign in to comment.