Skip to content

Commit

Permalink
doxygen: Update to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 2, 2025
1 parent df22bec commit eafa7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doxygen/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Contributor: Ray Donnelly <mingw.android@gmail.com>

pkgname=doxygen
pkgver=1.12.0
pkgver=1.13.0
pkgrel=1
pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
arch=('i686' 'x86_64')
Expand All @@ -15,7 +15,7 @@ license=('GPL')
depends=("gcc-libs" "libsqlite" "libiconv")
makedepends=("cmake" "ninja" "flex" "python" "libsqlite-devel" "libiconv-devel" 'gcc')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/doxygen/doxygen/archive/Release_${pkgver//./_}.tar.gz)
sha256sums=('5ca35e1258020df5fe8b21c3656aed156c317def4a81b7fe52f452edc9f35768')
sha256sums=('f447f6d3dce91e70d323611fc5e1b15dfff705093eddbe8f36f2d9b10d99743d')

build() {
local extra_config=Release
Expand Down

0 comments on commit eafa7e9

Please sign in to comment.