summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8bc62ff03d7..db6e8aa04030 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = nana
pkgdesc = An opensource cross-platform GUI library written in modern C++11 for static linking
pkgver = 1.7.4
- pkgrel = 2
+ pkgrel = 3
url = http://nanapro.org/en-us/
- arch = i686
arch = x86_64
license = custom:Boost Software License
makedepends = alsa-lib
diff --git a/PKGBUILD b/PKGBUILD
index 6a3ccf72b461..493adc534de0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Wilken 'Akiko' Gottwalt <akiko@mailbox.org>
+# Maintainer: Wilken Gottwalt <wilken dot gottwalt at posteo dot net>
pkgname=nana
pkgver=1.7.4
-pkgrel=2
+pkgrel=3
pkgdesc="An opensource cross-platform GUI library written in modern C++11 for static linking"
-arch=("i686" "x86_64")
+arch=("x86_64")
url="http://nanapro.org/en-us/"
license=("custom:Boost Software License")
depends=("alsa-lib" "libjpeg-turbo" "libpng" "libx11" "libxft")