summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-01-15 23:36:31 +0100
committerhaawda2022-01-15 23:36:31 +0100
commit327b89ebbd7f68f044860e4e67a9a98ee52949d9 (patch)
treef4f03adb4a8c9876d326e1d108c9c0ad0372ed5d
parentc1b2ec9630bb8384021a84e03d0169ff0c668be9 (diff)
downloadaur-bibutils.tar.gz
Update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4257a951cd1e..f43889d09369 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = bibutils
pkgdesc = Bibliography format interconversion
- pkgver = 6.10
- pkgrel = 2
+ pkgver = 7.2
+ pkgrel = 1
url = http://sourceforge.net/p/bibutils/home/Bibutils
arch = i686
arch = x86_64
license = GPL2
makedepends = tcsh
depends = glibc
- source = bibutils-6.10.tgz::https://sourceforge.net/projects/bibutils/files/bibutils_6.10_src.tgz/download
- sha256sums = 8656c042fa1371443aa4e1a58bcab5fcea0b236eb39182e4004fc348ce56e496
+ source = bibutils-7.2.tgz::https://sourceforge.net/projects/bibutils/files/bibutils_7.2_src.tgz/download
+ sha256sums = 6e028aef1e8a6b3e5acef098584a7bb68708f35cfe74011b341c11fea5e4b5c3
pkgname = bibutils
-
diff --git a/PKGBUILD b/PKGBUILD
index de4981376690..8a12acff3728 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bibutils
-pkgver=6.10
-pkgrel=2
+pkgver=7.2
+pkgrel=1
pkgdesc="Bibliography format interconversion"
arch=("i686" "x86_64")
url="http://sourceforge.net/p/bibutils/home/Bibutils"
@@ -14,7 +14,7 @@ license=('GPL2')
makedepends=('tcsh')
depends=('glibc')
source=("${pkgname}-${pkgver}.tgz::https://sourceforge.net/projects/bibutils/files/bibutils_${pkgver}_src.tgz/download")
-sha256sums=('8656c042fa1371443aa4e1a58bcab5fcea0b236eb39182e4004fc348ce56e496')
+sha256sums=('6e028aef1e8a6b3e5acef098584a7bb68708f35cfe74011b341c11fea5e4b5c3')
build() {
cd "${pkgname}_${pkgver}"