summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannik Hauptvogel2017-07-20 15:16:32 +0200
committerJannik Hauptvogel2017-07-20 15:16:32 +0200
commit1fa0b7c70fdf449c9c2245dd41fb44741df45c1e (patch)
tree84abc06e33a91820d42d3afbdbe954692f402fe0
parent2c09205462294044919fbe2489634c1350b13775 (diff)
downloadaur-1fa0b7c70fdf449c9c2245dd41fb44741df45c1e.tar.gz
Version update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c2345ee36d8..fae8ce83b1be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gamebox-git
pkgdesc = Gamebox is a collection of minigames written in C using Gtk+-3.0
pkgver = 0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/JannikHv/gamebox
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 286369011e86..441c29a09aed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,4 +18,7 @@ package() {
install -Dm 0644 gamebox.desktop "${pkgdir}/usr/share/applications/gamebox.desktop"
install -Dm 0644 LICENSE "${pkgdir}/usr/share/licenses/gamebox/LICENSE"
install -Dm 0644 images/mill.png "${pkgdir}/usr/share/gamebox/images/mill.png"
+ install -Dm 0644 images/tictactoe-preview.png "${pkgdir}/usr/share/gamebox/images/tictactoe-preview.png"
+ install -Dm 0644 images/connect-four-preview.png "${pkgdir}/usr/share/gamebox/images/connect-four-preview.png"
+ install -Dm 0644 images/mill-preview.png "${pkgdir}/usr/share/gamebox/images/mill-preview.png"
}