summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d67d3fc78c3..e45e413ffc1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Jun 9 17:51:01 UTC 2017
+# Fri Jun 9 18:12:27 UTC 2017
pkgbase = alien-console
pkgdesc = A ncurses based clone of the Alien: Isolation console interfaces.
- pkgver = 0.7
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/brenns10/alien-console
arch = x86_64
license = GPL
depends = ncurses
- source = https://brenns10.keybase.pub/alien-console-0.7.tar.gz
- sha256sums = 297394cc2a74b0189095f893d331f5ae06839734b65302a5aaf06debeff840d1
+ optdepends = alsa-utils: for aplay sound support
+ source = https://github.com/brenns10/alien-console/archive/v1.0.tar.gz
+ sha256sums = 4ec81fb5abc77b28e7678f252fc46653c9fa6f73becc506b7ad968b18c7974b4
pkgname = alien-console
diff --git a/PKGBUILD b/PKGBUILD
index e2f9dacb7e6b..a27130a09da6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Stephen Brennan <stephen@brennan.io>
pkgname=alien-console
-pkgver=0.7
+pkgver=1.0
pkgrel=1
pkgdesc="A ncurses based clone of the Alien: Isolation console interfaces."
arch=('x86_64')
url="https://github.com/brenns10/alien-console"
license=('GPL')
depends=('ncurses')
-source=("https://brenns10.keybase.pub/$pkgname-$pkgver.tar.gz")
-sha256sums=('297394cc2a74b0189095f893d331f5ae06839734b65302a5aaf06debeff840d1')
+optdepends=('alsa-utils: for aplay sound support')
+source=("https://github.com/brenns10/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('4ec81fb5abc77b28e7678f252fc46653c9fa6f73becc506b7ad968b18c7974b4')
build() {
cd "$pkgname-$pkgver"