summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-04-12 16:09:01 +0100
committerAlexandros Theodotou2019-04-12 16:09:01 +0100
commit260d0df0191a8221ad4161d6c0552ff9e94f82ee (patch)
tree8c3607a5421fcaafe36edb4a841675b9b40fbe49
parent09e960b5cc63742c236bada48fe1d9b071bd7a4b (diff)
downloadaur-260d0df0191a8221ad4161d6c0552ff9e94f82ee.tar.gz
fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfe26eb16dd6..88cf260dfaac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-libsmf
pkgdesc = A BSD-licensed C library for handling SMF ("*.mid") files.
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
url = https://sourceforge.net/projects/libsmf/
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 484af17aab98..e1f93f030590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgbase=libsmf
pkgname=mingw-w64-libsmf
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.'
arch=('x86_64')
url="https://sourceforge.net/projects/libsmf/"
@@ -18,6 +18,8 @@ options=('!libtool' '!strip' '!buildflags' '!makeflags')
source=("https://downloads.sourceforge.net/project/${_pkgbase}/${_pkgbase}/${pkgver}/${_pkgbase}-${pkgver}.tar.gz")
sha512sums=('3c383ec8f2fbe48ddab1008b3ecfe6941c38e33cfd963eabdf07f09c8c04c1b8758c8774b25672f70c29b570f2c250c795979d19b39c5027810b54b07035497d')
+_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')
+
build() {
cd "${srcdir}"