We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad0136 commit 97bdde6Copy full SHA for 97bdde6
Extra/Arch/PKGBUILD
@@ -1,7 +1,7 @@
1
# Maintainer: Federico Di Pierro <[email protected]>
2
3
pkgname=libmodule
4
-pkgver=3.2.0
+pkgver=4.1.0
5
pkgrel=1
6
pkgdesc="C linux library to build simple and modular projects"
7
arch=(any)
@@ -10,7 +10,7 @@ license=(MIT)
10
depends=()
11
makedepends=(git cmake)
12
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
13
-sha256sums=("5dbb947399ae1b9ec04c7fae02a9b26ad309e72a75d24787d427776af38d964e")
+sha256sums=("14294e63e3ff26ddbf80ca359e3d78ea3a1207692fc137a8020ec1fbe0ec47bd")
14
15
prepare() {
16
cd "${srcdir}/${pkgname}-${pkgver}"
0 commit comments