summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbl00dy18372021-03-15 08:44:10 +0100
committerbl00dy18372021-03-15 08:44:10 +0100
commit08c03ed7824d1073dca1f2fc4869a3abec13a777 (patch)
tree50c4f40dea4e241a3fd813e32a8fc5f78f442f7d
parentd8c0cdfe77351890968693300839ac777b51cea2 (diff)
downloadaur-08c03ed7824d1073dca1f2fc4869a3abec13a777.tar.gz
version updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 461c7566e52b..7017065da3f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ambpack
pkgdesc = AMB stands for Ancient Machines Book. It is an extremely lightweight file format meant to store any kind of hypertext documentation
- pkgver = 20201210
+ pkgver = 20201217
pkgrel = 1
url = http://ambook.sourceforge.net/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = ambpack
makedepends = gcc
makedepends = sed
conflicts = ambpack-svn
- source = http://ambook.sourceforge.net/archiwum/ambpack-20201210.tar.xz
- sha512sums = 603fc73ae3d9dbafbd25cd0d8cf9243fb7271829b1ecf1a8bc07563b84270c945429eb55f96017256c1c7308b118e6563befdf8468350e7d083c58c4fa95edc7
+ source = http://amb.osdn.io/archiwum/ambpack-20201217.tar.xz
+ sha512sums = e297f638bed9239b7fcd58dd288ab720c44f25adfe73c76142573b328d8b4a3682fd03033ced620d38a6a490293309e1a84b7c7d95ce2a3c43a6243237856ba4
pkgname = ambpack
diff --git a/PKGBUILD b/PKGBUILD
index 0fb3c297d0e2..b8bd8948c23f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: <reg-archlinux AT klein DOT tuxli DOT ch>
pkgname=ambpack
-pkgver=20201210
+pkgver=20201217
pkgrel=1
pkgdesc='AMB stands for Ancient Machines Book. It is an extremely lightweight file format meant to store any kind of hypertext documentation '
url='http://ambook.sourceforge.net/'
@@ -9,8 +9,8 @@ license=('MIT')
arch=('x86_64' 'aarch64')
conflicts=(${pkgname}-svn)
makedepends=('tar' 'make' 'gcc' 'sed')
-source=("http://ambook.sourceforge.net/archiwum/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('603fc73ae3d9dbafbd25cd0d8cf9243fb7271829b1ecf1a8bc07563b84270c945429eb55f96017256c1c7308b118e6563befdf8468350e7d083c58c4fa95edc7')
+source=("http://amb.osdn.io/archiwum/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('e297f638bed9239b7fcd58dd288ab720c44f25adfe73c76142573b328d8b4a3682fd03033ced620d38a6a490293309e1a84b7c7d95ce2a3c43a6243237856ba4')
build() {
cd ${srcdir}"/"${pkgname}"-"${pkgver}
make