Date: Sunday, June 26, 2022 @ 20:20:30
  Author: jsteel
Revision: 1239575

archrelease: copy trunk to community-x86_64

Added:
  gsimplecal/repos/community-x86_64/PKGBUILD
    (from rev 1239574, gsimplecal/trunk/PKGBUILD)
Deleted:
  gsimplecal/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-06-26 20:20:22 UTC (rev 1239574)
+++ PKGBUILD    2022-06-26 20:20:30 UTC (rev 1239575)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: DrZaius <lou at fakeoutdoorsman dot com>
-# Contributor: Victor Feight <vrfeight3 at gmail dot com>
-
-pkgname=gsimplecal
-pkgver=2.2
-pkgrel=1
-pkgdesc="Simple and lightweight GTK calendar"
-arch=('x86_64')
-url="https://dmedvinsky.github.io/gsimplecal/";
-license=('BSD')
-depends=('gtk3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dmedvinsky/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('8efec084acc3832300b0299a5ce78910')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: gsimplecal/repos/community-x86_64/PKGBUILD (from rev 1239574, 
gsimplecal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-06-26 20:20:30 UTC (rev 1239575)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: DrZaius <lou at fakeoutdoorsman dot com>
+# Contributor: Victor Feight <vrfeight3 at gmail dot com>
+
+pkgname=gsimplecal
+pkgver=2.4
+pkgrel=1
+pkgdesc="Simple and lightweight GTK calendar"
+arch=('x86_64')
+url="https://dmedvinsky.github.io/gsimplecal/";
+license=('BSD')
+depends=('gtk3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dmedvinsky/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('d46688c6071a9d636b1facab8a72157b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Reply via email to