[arch-commits] Commit in tuxpaint-stamps/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Sep 14 11:25:07 UTC 2018


    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 <xyproto at archlinux.org>
-# Contributor: royrocks <royrocks13 at gmail.com>
-
-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 <xyproto at archlinux.org>
+# Contributor: royrocks <royrocks13 at gmail.com>
+
+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:



More information about the arch-commits mailing list