summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c2d941821c8..8dda524ab79c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
+# Maintainer: Marcin Wieczorek <marcin@marcin.co>
+
pkgname=inadyn-mt
-pkgver=02.28.05
+pkgver=02.28.07
pkgrel=1
pkgdesc="A simple dynamic DNS client based on inadyn"
arch=('i686' 'x86_64')
url="http://inadyn-mt.sourceforge.net"
license=('GPL3')
-depends=('glibc' 'libao')
+depends=('libao')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname.v.$pkgver.tar.gz)
-md5sums=('99f504dc99bc74e3ad3613e789c09100')
+md5sums=('295c687c2ef7bcd5af5086d3965a29a0')
build() {
cd "$pkgname.v.$pkgver"