Date: Tuesday, July 7, 2020 @ 16:04:08
  Author: felixonmars
Revision: 659092

archrelease: copy trunk to community-staging-x86_64

Added:
  barrage/repos/community-staging-x86_64/
  barrage/repos/community-staging-x86_64/PKGBUILD
    (from rev 659089, barrage/trunk/PKGBUILD)
  barrage/repos/community-staging-x86_64/barrage.changelog
    (from rev 659089, barrage/trunk/barrage.changelog)

-------------------+
 PKGBUILD          |   28 ++++++++++++++++++++++++++++
 barrage.changelog |    8 ++++++++
 2 files changed, 36 insertions(+)

Copied: barrage/repos/community-staging-x86_64/PKGBUILD (from rev 659089, 
barrage/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-07 16:04:08 UTC (rev 659092)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Allan McRae <[email protected]>
+# Contributor: Angelo Theodorou <[email protected]>
+
+pkgname=barrage
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="A violent point-and-click shooting game with nice effects"
+arch=('x86_64')
+url="http://lgames.sourceforge.net/index.php?project=Barrage";
+license=('GPL')
+depends=('hicolor-icon-theme' 'sdl_mixer')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('a78897ab6a8cf6d53d4093bb8abae204ddfa3a22c5cab9e76220e4987de76904')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: barrage/repos/community-staging-x86_64/barrage.changelog (from rev 
659089, barrage/trunk/barrage.changelog)
===================================================================
--- community-staging-x86_64/barrage.changelog                          (rev 0)
+++ community-staging-x86_64/barrage.changelog  2020-07-07 16:04:08 UTC (rev 
659092)
@@ -0,0 +1,8 @@
+2019-09-18 Jaroslav Lichtblau <[email protected]>
+       * barrage 1.0.5-1
+
+2016-04-29 Jaroslav Lichtblau <[email protected]>
+       * barrage 1.0.4-4 pacman hooks rebuild
+
+2011-08-20 Jaroslav Lichtblau <[email protected]>
+       * barrage 1.0.4-1

Reply via email to