diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-08-29 06:41:43 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-08-29 06:41:43 +0200 |
commit | 2a67480d0b0013f63e48be11be8c9c51123fa6f6 (patch) | |
tree | 3fb56a631b4b7e948169c66875617585e63d5f81 /PKGBUILD | |
parent | 333a2d8082bd4bd00560d9b82bee52076865aba1 (diff) | |
download | AUR-2a67480d0b0013f63e48be11be8c9c51123fa6f6.tar.gz AUR-2a67480d0b0013f63e48be11be8c9c51123fa6f6.tar.zst AUR-2a67480d0b0013f63e48be11be8c9c51123fa6f6.zip |
Change package source
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | pkgname=cal3d | 3 | pkgname=cal3d |
4 | pkgver=0.11.0 | 4 | pkgver=0.11.0 |
5 | pkgrel=6 | 5 | pkgrel=7 |
6 | pkgdesc="A skeletal-based 3D character animation library" | 6 | pkgdesc="A skeletal-based 3D character animation library" |
7 | arch=(i686 x86_64) | 7 | arch=(i686 x86_64) |
8 | url="https://gna.org/projects/cal3d" | 8 | url="https://gna.org/projects/cal3d" |
@@ -10,7 +10,7 @@ options=(!libtool) | |||
10 | license=(GPL2) | 10 | license=(GPL2) |
11 | depends=('gcc-libs') | 11 | depends=('gcc-libs') |
12 | makedepends=('patch') | 12 | makedepends=('patch') |
13 | source=(http://download.gna.org/cal3d/sources/cal3d-$pkgver.tar.gz cal3d-gcc43.diff) | 13 | source=(https://mp3butcher.github.io/Cal3D/sources/cal3d-$pkgver.tar.gz cal3d-gcc43.diff) |
14 | md5sums=('82ad09c1c28e73bc9596aec47237bfba' | 14 | md5sums=('82ad09c1c28e73bc9596aec47237bfba' |
15 | 'f290fb54f844e044ae80165f083cf58f') | 15 | 'f290fb54f844e044ae80165f083cf58f') |
16 | build() { | 16 | build() { |