Date: Friday, September 14, 2018 @ 11:25:06
Author: arodseth
Revision: 380879
archrelease: copy trunk to community-any
Added:
tuxpaint-stamps/repos/community-any/PKGBUILD
(from rev 380878, tuxpaint-stamps/trunk/PKGBUILD)
Deleted:
tuxpaint-stamps/repos/community-any/PKGBUILD
----------+
PKGBUILD | 47 +++++++++++++++++++++++------------------------
1 file changed, 23 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-14 11:19:23 UTC (rev 380878)
+++ PKGBUILD 2018-09-14 11:25:06 UTC (rev 380879)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <[email protected]>
-# Contributor: royrocks <[email protected]>
-
-pkgname=tuxpaint-stamps
-pkgver=2014.08.23
-pkgrel=1
-pkgdesc='Additional stamps for Tux Paint'
-arch=('any')
-url='http://tuxpaint.org/'
-license=('GPL')
-optdepends=('tuxpaint')
-source=("https://downloads.sourceforge.net/tuxpaint/$pkgname-$pkgver.tar.gz")
-sha256sums=('d8005d57b08f18b54df5a1baf86f09268278d1252de6b193119713f265e61466')
-
-build() {
- make -C "$pkgname-$pkgver" PREFIX=/usr
-}
-
-package() {
- make -C "$pkgname-$pkgver" DATA_PREFIX="$pkgdir/usr/share/tuxpaint/"
install-all
-}
-
-# vim:ts=2 sw=2 et:
Copied: tuxpaint-stamps/repos/community-any/PKGBUILD (from rev 380878,
tuxpaint-stamps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-14 11:25:06 UTC (rev 380879)
@@ -0,0 +1,23 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: royrocks <[email protected]>
+
+pkgname=tuxpaint-stamps
+pkgver=2018.09.01
+pkgrel=1
+pkgdesc='Additional stamps for Tux Paint'
+arch=('any')
+url='http://tuxpaint.org/'
+license=('GPL')
+optdepends=('tuxpaint')
+source=("https://downloads.sourceforge.net/tuxpaint/$pkgname-$pkgver.tar.gz")
+sha256sums=('d78f55e7fde6abc3fb1a79e6fed0114a2c0ad2edff7ee5f8db43fa23e61079ea')
+
+build() {
+ make -C "$pkgname-$pkgver" PREFIX=/usr
+}
+
+package() {
+ make -C "$pkgname-$pkgver" DATA_PREFIX="$pkgdir/usr/share/tuxpaint/"
install-all
+}
+
+# vim: ts=2 sw=2 et: