Date: Saturday, June 20, 2020 @ 16:14:32
  Author: spupykin
Revision: 648616

archrelease: copy trunk to community-any

Added:
  when/repos/community-any/ChangeLog
    (from rev 648615, when/trunk/ChangeLog)
  when/repos/community-any/PKGBUILD
    (from rev 648615, when/trunk/PKGBUILD)
Deleted:
  when/repos/community-any/ChangeLog
  when/repos/community-any/PKGBUILD

-----------+
 ChangeLog |    6 +++---
 PKGBUILD  |   39 ++++++++++++++++++++-------------------
 2 files changed, 23 insertions(+), 22 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog   2020-06-20 16:14:24 UTC (rev 648615)
+++ ChangeLog   2020-06-20 16:14:32 UTC (rev 648616)
@@ -1,3 +0,0 @@
-2007-06-27 tardo <[email protected]>
-* Built for x86_64
-

Copied: when/repos/community-any/ChangeLog (from rev 648615, 
when/trunk/ChangeLog)
===================================================================
--- ChangeLog                           (rev 0)
+++ ChangeLog   2020-06-20 16:14:32 UTC (rev 648616)
@@ -0,0 +1,3 @@
+2007-06-27 tardo <[email protected]>
+* Built for x86_64
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-06-20 16:14:24 UTC (rev 648615)
+++ PKGBUILD    2020-06-20 16:14:32 UTC (rev 648616)
@@ -1,19 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Charles Mauch <[email protected]>
-
-pkgname=when
-pkgver=1.1.40
-pkgrel=1
-pkgdesc="A simple commandline personal calendar program"
-arch=('any')
-url="http://www.lightandmatter.com/when/when.html";
-license=('GPL')
-depends=('perl')
-makedepends=('git')
-source=("git+https://github.com/bcrowell/when.git#commit=f576dcbfc71cc529f9ad3c191a3754e51088a49c";)
-sha256sums=('SKIP')
-
-package() {
-  cd "$srcdir"/when
-  make install DESTDIR="${pkgdir}"
-}

Copied: when/repos/community-any/PKGBUILD (from rev 648615, when/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-06-20 16:14:32 UTC (rev 648616)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Charles Mauch <[email protected]>
+
+pkgname=when
+pkgver=1.1.40
+pkgrel=2
+pkgdesc="A simple commandline personal calendar program"
+arch=('any')
+url="http://www.lightandmatter.com/when/when.html";
+license=('GPL')
+depends=('perl')
+#makedepends=('git')
+#source=("git+https://github.com/bcrowell/when.git#commit=f576dcbfc71cc529f9ad3c191a3754e51088a49c";)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bcrowell/when/archive/$pkgver.tar.gz";)
+sha256sums=('1363d48c32c4bb528514abf012ae0a61e7c686504a047ce870e72e791447c3d1')
+
+package() {
+  cd "$srcdir"/when-$pkgver
+  make install DESTDIR="${pkgdir}"
+}

Reply via email to