* update avogadro-molecules to 1.100.0-1

This commit is contained in:
Alexander Baldeck 2025-02-12 14:06:32 +01:00
parent 081d3af1cb
commit e1ed68728c
3 changed files with 24 additions and 6 deletions

View File

@ -0,0 +1,12 @@
pkgbase = avogadro-molecules
pkgdesc = Common molecule fragments for visualization in Avogadro
pkgver = 1.100.0
pkgrel = 1
url = https://openchemistry.org/
arch = any
license = BSD-3-Clause
makedepends = git
source = git+https://github.com/OpenChemistry/molecules#tag=1.100.0
sha256sums = e50ac0dbf5d1a37c81cf6822e57bca460050dee8f333f5dd7404edaccc50a6f5
pkgname = avogadro-molecules

View File

@ -0,0 +1,4 @@
[avogadro-molecules]
source = 'github'
github = 'OpenChemistry/molecules'
use_max_tag = true

View File

@ -2,17 +2,19 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=avogadro-molecules
pkgver=1.99.0
pkgrel=1.1
pkgver=1.100.0
pkgrel=1
pkgdesc='Common molecule fragments for visualization in Avogadro'
arch=(any)
url='https://openchemistry.org/'
license=(BSD-3-Clause)
source=(https://github.com/OpenChemistry/molecules/archive/$pkgver/molecules-$pkgver.tar.gz)
sha256sums=('5acb9d9c38ef8e71984ebf3f07574df909e5b122639a0708a3f8e14ba80e1ab6')
makedepends=(git)
source=(git+https://github.com/OpenChemistry/molecules#tag=$pkgver)
sha256sums=('e50ac0dbf5d1a37c81cf6822e57bca460050dee8f333f5dd7404edaccc50a6f5')
package() {
mkdir -p "$pkgdir"/usr/share/avogadro2
cp -ar molecules-$pkgver "$pkgdir"/usr/share/avogadro2/molecules
install -Dm644 molecules-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
cp -ar molecules "$pkgdir"/usr/share/avogadro2/molecules
rm -r "$pkgdir"/usr/share/avogadro2/molecules/.git
install -Dm644 molecules/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
}