[arch-commits] Commit in fillets-ng-data/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 14:05:52 UTC 2020
Date: Tuesday, July 7, 2020 @ 14:05:51
Author: felixonmars
Revision: 658705
archrelease: copy trunk to community-staging-any
Added:
fillets-ng-data/repos/community-staging-any/
fillets-ng-data/repos/community-staging-any/PKGBUILD
(from rev 658704, fillets-ng-data/trunk/PKGBUILD)
fillets-ng-data/repos/community-staging-any/fillets-ng-data.changelog
(from rev 658704, fillets-ng-data/trunk/fillets-ng-data.changelog)
---------------------------+
PKGBUILD | 19 +++++++++++++++++++
fillets-ng-data.changelog | 18 ++++++++++++++++++
2 files changed, 37 insertions(+)
Copied: fillets-ng-data/repos/community-staging-any/PKGBUILD (from rev 658704, fillets-ng-data/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 14:05:51 UTC (rev 658705)
@@ -0,0 +1,19 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=fillets-ng-data
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="Data files for the port of the wonderful puzzle game Fish Fillets"
+url="http://fillets.sf.net/"
+arch=('any')
+license=('GPL')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz)
+sha256sums=('f0c979fb35ec550a43246fc209add8f45ca550a382c94d6383bb3f01b1073799')
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ install -d ${pkgdir}/usr/share/fillets-ng
+ cp -r ${srcdir}/$pkgname-$pkgver/* ${pkgdir}/usr/share/fillets-ng
+}
Copied: fillets-ng-data/repos/community-staging-any/fillets-ng-data.changelog (from rev 658704, fillets-ng-data/trunk/fillets-ng-data.changelog)
===================================================================
--- community-staging-any/fillets-ng-data.changelog (rev 0)
+++ community-staging-any/fillets-ng-data.changelog 2020-07-07 14:05:51 UTC (rev 658705)
@@ -0,0 +1,18 @@
+2013-05-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * fillets-ng-data 1.0.1-1
+
+2012-02-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * Signing package 1.0.0-2
+
+2009-10-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * Update to major release 0.9.2
+ * changed to -any architecture
+
+2009-06-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * Update to major release 0.9.0
+
+2009-01-10 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * Update to major release 0.8.1
+
+2008-08-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * Package moved to [community]
More information about the arch-commits
mailing list