Skip to content

Commit 1c0bf02

Browse files
committed
Update packaging
1 parent 4743486 commit 1c0bf02

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build_package.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ mkdir -p package_linux/usr/local/share/man/man1
99
cp ./sdl_img ./package_linux/usr/local/bin
1010
cp sdl_img.1 ./package_linux/usr/local/share/man/man1
1111

12-
fpm -s dir -t deb -v 0.95 -n sdl_img -C package_linux \
12+
fpm -s dir -t deb -v 0.96 -n sdl_img -C package_linux \
1313
--log info --verbose \
14-
-d "libsdl2-2.0-0 >= 2.0.5" -d "libcurl3" \
14+
-d "libsdl2-2.0-0 >= 2.0.5" -d "libsdl2-gfx-1.0-0" -d "libcurl3" \
1515
-m "Robert Winkler <rob121618@gmail.com>" \
1616
--license MIT \
1717
--url "https://github.com/rswinkle/sdl_img"
1818

1919

20-
fpm -s dir -t tar -v 0.95 -n sdl_img -C package_linux \
20+
fpm -s dir -t tar -v 0.96 -n sdl_img -C package_linux \
2121
--log info --verbose \
22-
-d "libsdl2-2.0-0 >= 2.0.5" -d "libcurl3" \
22+
-d "libsdl2-2.0-0 >= 2.0.5" -d "libsdl2-gfx-1.0-0" -d "libcurl3" \
2323
-m "Robert Winkler <rob121618@gmail.com>" \
2424
--license MIT \
2525
--url "https://github.com/rswinkle/sdl_img"

fpm.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ of hyperspectral data for imaging spectroscopy applications."
3535

3636

3737

38-
fpm -s dir -t deb -v 0.95 -n sdl_img -C package_linux \
38+
fpm -s dir -t deb -v 0.96 -n sdl_img -C package_linux \
3939
--log info --verbose \
40-
-d "libsdl2-2.0-0 >= 2.0.5" -d "libcurl3" \
40+
-d "libsdl2-2.0-0 >= 2.0.5" -d "libsdl2-gfx-1.0-0" -d "libcurl3" \
4141
-m "Robert Winkler <rob121618@gmail.com>" \
4242
--license MIT \
4343
--url "https://github.com/rswinkle/sdl_img"

0 commit comments

Comments
 (0)