[arch-commits] Commit in allegro/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Mar 15 10:09:41 UTC 2019
Date: Friday, March 15, 2019 @ 10:09:41
Author: arodseth
Revision: 441838
upgpkg: allegro 5.2.5-1
Modified:
allegro/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-15 08:08:26 UTC (rev 441837)
+++ PKGBUILD 2019-03-15 10:09:41 UTC (rev 441838)
@@ -4,16 +4,14 @@
# Contributor: arjan <arjan at archlinux.org>
pkgname=allegro
-pkgver=5.2.4
-pkgrel=2
+pkgver=5.2.5
+pkgrel=1
pkgdesc='Portable library mainly aimed at video game and multimedia programming'
-arch=('x86_64')
-url='http://liballeg.org/'
-license=('custom')
-makedepends=('cmake' 'git' 'glu' 'libtheora' 'mesa-libgl' 'ninja' 'opusfile'
- 'pandoc')
-depends=('dumb' 'gtk2' 'jack' 'libgl' 'libpulse' 'libtheora' 'libwebp' 'libxpm'
- 'libxxf86dga' 'opusfile' 'physfs')
+arch=(x86_64)
+url='https://liballeg.org/'
+license=(custom)
+makedepends=(cmake git glu libtheora mesa-libgl ninja opusfile pandoc)
+depends=(dumb gtk2 jack libgl libpulse libtheora libwebp libxpm libxxf86dga opusfile physfs)
source=("git+https://github.com/liballeg/${pkgname}${pkgver%%.*}#tag=$pkgver.0")
md5sums=('SKIP')
@@ -20,8 +18,7 @@
build() {
mkdir -p build
cd build
-
- cmake ../"${pkgname}${pkgver%%.*}" \
+ cmake "../${pkgname}${pkgver%%.*}" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWANT_DOCS_HTML=OFF \
@@ -31,7 +28,6 @@
package() {
DESTDIR="$pkgdir" ninja -C build install
-
install -Dm644 "${pkgname}${pkgver%%.*}/LICENSE.txt" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
More information about the arch-commits
mailing list