Skip to content

Commit 5638218

Browse files
committed
libgpod: bump REL due to libxml2 update
Signed-off-by: stydxm <stydxm@outlook.com>
1 parent 4a469bc commit 5638218

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
PKGNAME=libgpod
22
PKGSEC=libs
3-
PKGDES="A shared library to access the contents of an iPod"
3+
PKGDES="Library to access the contents of an iPod"
44
PKGDEP="gdk-pixbuf mutagen sg3-utils libimobiledevice libplist sqlite"
55
BUILDDEP="intltool gtk-doc"
66

7-
AUTOTOOLS_AFTER="--with-udev-dir=/usr/lib/udev \
8-
--enable-udev \
9-
--enable-gtk-doc \
10-
--without-mono \
11-
--without-python"
7+
AUTOTOOLS_AFTER=(
8+
"--with-udev-dir=/usr/lib/udev \
9+
--enable-udev \
10+
--enable-gtk-doc \
11+
--without-mono \
12+
--without-python"
13+
)
1214

1315
MAKE_AFTER="PREFIX=/usr"

runtime-devices/libgpod/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VER=0.8.3
2-
REL=13
2+
REL=14
33
SRCS="tbl::https://sourceforge.net/projects/gtkpod/files/libgpod/libgpod-${VER:0:3}/libgpod-$VER.tar.bz2"
44
CHKSUMS="sha256::638a7959d04e95f1e62abad02bd33702e4e8dfef98485ac7d9d50395c37e955d"
55
CHKUPDATE="anitya::id=229568"

0 commit comments

Comments
 (0)