aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/eatmemory/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/eatmemory/APKBUILD b/testing/eatmemory/APKBUILD
index c1c96684cf..ca6316e9cc 100644
--- a/testing/eatmemory/APKBUILD
+++ b/testing/eatmemory/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=eatmemory
pkgver=0.1.6
-pkgrel=0
+pkgrel=1
pkgdesc="Simple C program to allocate memory from the command line"
url="https://github.com/julman99/eatmemory"
arch="all"
-license="Custom"
+license="MIT"
source="$pkgname-$pkgver.tar.gz::https://github.com/julman99/eatmemory/archive/v$pkgver.tar.gz
makefile.patch
"