Date: Thursday, April 20, 2023 @ 21:38:35
Author: spupykin
Revision: 1448079
archrelease: copy trunk to community-any
Added:
when/repos/community-any/ChangeLog
(from rev 1448078, when/trunk/ChangeLog)
when/repos/community-any/PKGBUILD
(from rev 1448078, when/trunk/PKGBUILD)
Deleted:
when/repos/community-any/ChangeLog
when/repos/community-any/PKGBUILD
-----------+
ChangeLog | 6 +++---
PKGBUILD | 39 +++++++++++++++++++--------------------
2 files changed, 22 insertions(+), 23 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2023-04-20 21:38:22 UTC (rev 1448078)
+++ ChangeLog 2023-04-20 21:38:35 UTC (rev 1448079)
@@ -1,3 +0,0 @@
-2007-06-27 tardo <[email protected]>
-* Built for x86_64
-
Copied: when/repos/community-any/ChangeLog (from rev 1448078,
when/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2023-04-20 21:38:35 UTC (rev 1448079)
@@ -0,0 +1,3 @@
+2007-06-27 tardo <[email protected]>
+* Built for x86_64
+
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-20 21:38:22 UTC (rev 1448078)
+++ PKGBUILD 2023-04-20 21:38:35 UTC (rev 1448079)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Charles Mauch <[email protected]>
-
-pkgname=when
-pkgver=1.1.44
-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")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bcrowell/when/archive/$pkgver.tar.gz")
-sha256sums=('de8334d97a106b9e3aad42d0a169e46e276db0935b3e4239403730eadcb41cbb')
-
-package() {
- cd "$srcdir"/when-$pkgver
- make install DESTDIR="${pkgdir}"
-}
Copied: when/repos/community-any/PKGBUILD (from rev 1448078,
when/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-20 21:38:35 UTC (rev 1448079)
@@ -0,0 +1,19 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Charles Mauch <[email protected]>
+
+pkgname=when
+pkgver=1.1.45
+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://bitbucket.org/ben-crowell/when.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+ cd "$srcdir"/when
+ make install DESTDIR="${pkgdir}"
+}