aboutsummaryrefslogtreecommitdiffstats
path: root/community/uhttpmock
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-04-12 15:51:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-12 15:53:47 +0000
commit678c6f2e5d8007baad44088c59e5db1868b2f56c (patch)
tree7cb0a97050c713a2552ab32bbdaabf3f0f6bce68 /community/uhttpmock
parent6876919da4fb9cf9cdeef4fea58809d9409aa59b (diff)
downloadaports-678c6f2e5d8007baad44088c59e5db1868b2f56c.tar.bz2
aports-678c6f2e5d8007baad44088c59e5db1868b2f56c.tar.xz
community/uhttpmock: claim maintainership and fix deps for -dev
Diffstat (limited to 'community/uhttpmock')
-rw-r--r--community/uhttpmock/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/uhttpmock/APKBUILD b/community/uhttpmock/APKBUILD
index 673c02ff4a..e50ab10c60 100644
--- a/community/uhttpmock/APKBUILD
+++ b/community/uhttpmock/APKBUILD
@@ -1,15 +1,13 @@
-# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=uhttpmock
pkgver=0.5.1
-pkgrel=0
+pkgrel=1
pkgdesc="HTTP web service mocking library"
url="http://gitorious.org/uhttpmock/"
arch="all"
license="LGPLv2"
depends=""
-depends_dev="libsoup-dev glib-dev"
-makedepends="$depends_dev"
+makedepends="glib-dev libsoup-dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz"