[arch-commits] Commit in gsimplecal/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jonathan Steel jsteel at gemini.archlinux.org
Tue Aug 23 07:33:39 UTC 2022


    Date: Tuesday, August 23, 2022 @ 07:33:39
  Author: jsteel
Revision: 1274912

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 07:33:32 UTC (rev 1274911)
+++ PKGBUILD	2022-08-23 07:33:39 UTC (rev 1274912)
@@ -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.4
-pkgrel=2
-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
-}

Copied: gsimplecal/repos/community-x86_64/PKGBUILD (from rev 1274911, gsimplecal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-23 07:33:39 UTC (rev 1274912)
@@ -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.1
+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=('7d9fd4730982b7d2762b55815523cab1')
+
+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
+}



More information about the arch-commits mailing list