diff options
Diffstat (limited to 'pcr/libdshconfig/PKGBUILD')
-rw-r--r-- | pcr/libdshconfig/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/libdshconfig/PKGBUILD b/pcr/libdshconfig/PKGBUILD index adf9d18b2..e44d11ffd 100644 --- a/pcr/libdshconfig/PKGBUILD +++ b/pcr/libdshconfig/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libdshconfig pkgver=0.20.9 pkgrel=2 pkgdesc="Library for parsing dsh-style configuration files. Required by dsh and other applications." -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.netfort.gr.jp/~dancer/software/dsh.html.en" license=('GPL') depends=('glibc') @@ -18,3 +18,4 @@ build() { make || return 1 make prefix=$startdir/pkg/usr install } +md5sums=('c3fabfae1782c17ee989373c2f6a73c1') |