summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2015-08-30 16:38:41 +0200
committerCarsten Teibes2015-08-30 16:38:41 +0200
commitaf484d8e6c08640d9f42654669107847fa0334f2 (patch)
tree95de36cb9b898f1b658ac8103dac2763a3917bf7 /PKGBUILD
parentc70dea53c9eebea5e4641237e23c790eea375cc0 (diff)
downloadaur-af484d8e6c08640d9f42654669107847fa0334f2.tar.gz
ms-sys: Add glibc dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 241e37eda77c..29ac63ab1c2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: polyzen <polycitizen@gmail.com>
+# Contributor: carstene1ns <arch carsten-teibes de>
# Contributor: <kfgz at interia dot pl>
# Contributor: <damir at archlinux dot org>
pkgname=ms-sys
pkgver=2.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="Used to create Microsoft compatible boot records"
arch=('i686' 'x86_64')
url="http://ms-sys.sourceforge.net/"
license=('GPL')
+depends=('glibc')
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('d31e7ef3db6bd77dbb13df11057fa0f2')