summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-06-01 01:16:08 -0400
committerPatrick Northon2021-06-01 01:16:08 -0400
commit07953b0d014c741cdb3a276bcea251b5e50b1be3 (patch)
treecb97147a2f1542b4df3280ae2e21f23a9d85f249
parenteccc9c8c89da37f6febbe3ad36b3749b9f0347dc (diff)
downloadaur-07953b0d014c741cdb3a276bcea251b5e50b1be3.tar.gz
Remove useless files and remove logging to file.
-rw-r--r--.AURINFO16
-rw-r--r--.SRCINFO5
-rw-r--r--Dockerfile6
-rw-r--r--PKGBUILD7
4 files changed, 5 insertions, 29 deletions
diff --git a/.AURINFO b/.AURINFO
deleted file mode 100644
index d309299e4bc4..000000000000
--- a/.AURINFO
+++ /dev/null
@@ -1,16 +0,0 @@
-pkgbase = ghextris
- pkgdesc = Tetris-like game on a hexagonal grid
- pkgver = 0.9.0
- pkgrel = 4
- url = http://mjr.iki.fi/software/ghextris
- arch = x86_64
- arch = i686
- license = GPL
- makedepends = gettext
- makedepends = setconf
- depends = gnome-python
- source = http://mjr.iki.fi/software/ghextris_0.9.0-1.tar.gz
- sha256sums = cd67776a35561879407208a5ecd201a23fcd5726a4962eaba1e25219c44c4cd6
-
-pkgname = ghextris
-
diff --git a/.SRCINFO b/.SRCINFO
index cec2033691f0..5d603044008d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Dec 5 13:07:04 UTC 2018
pkgbase = ghextris
pkgdesc = Tetris-like game on a hexagonal grid
pkgver = 0.9.0
- pkgrel = 7
+ pkgrel = 8
url = http://mjr.iki.fi/software/ghextris
arch = any
license = GPL
@@ -14,4 +12,3 @@ pkgbase = ghextris
sha256sums = cd67776a35561879407208a5ecd201a23fcd5726a4962eaba1e25219c44c4cd6
pkgname = ghextris
-
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index cb2aaabad900..000000000000
--- a/Dockerfile
+++ /dev/null
@@ -1,6 +0,0 @@
-FROM base/archlinux
-
-RUN pacman -Syu --noconfirm
-RUN pacman -S nuitka --noconfirm
-
-WORKDIR /src
diff --git a/PKGBUILD b/PKGBUILD
index 7be732480c51..13c9d645e8d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
+# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
+# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
# Contributor: Arkham <arkham@archlinux.us>
# Contributor: brix <blbennett@telus.net>
pkgname=ghextris
pkgver=0.9.0
-pkgrel=7
+pkgrel=8
pkgdesc='Tetris-like game on a hexagonal grid'
arch=('any')
# the https certificate is invalid
@@ -32,7 +33,7 @@ prepare() {
package() {
cd "$pkgname-$pkgver"
- ./install.sh "$pkgdir/usr" /usr > install.log
+ ./install.sh "$pkgdir/usr" /usr
}
# vim: ts=2 sw=2 et: