summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMort Yao2021-05-07 14:54:31 +0200
committerMort Yao2021-05-07 14:54:31 +0200
commit0eb7acc1526536d22444da13bf3e33f1c8429851 (patch)
tree3d3609294eb0341092ddb8c6750e0aa057319755
parent1be8019ac7803431bf1e0a1b8c63a4a9fcd81d7f (diff)
downloadaur-0eb7acc1526536d22444da13bf3e33f1c8429851.tar.gz
marst 2.7-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b758a4543400..a241a0b0636a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = marst
pkgdesc = Algol to C translator
pkgver = 2.7
- pkgrel = 1
- url = http://www.gnu.org/software/marst/marst.html
+ pkgrel = 2
+ url = https://www.gnu.org/software/marst/marst.html
arch = i686
arch = x86_64
license = GPL3
options = !libtool
- source = http://ftp.gnu.org/pub/gnu/marst/marst-2.7.tar.gz
+ source = https://ftp.gnu.org/pub/gnu/marst/marst-2.7.tar.gz
md5sums = d930f88be1f4ba8442241c219d677ee6
pkgname = marst
diff --git a/PKGBUILD b/PKGBUILD
index 912127f94bd9..c38c81247278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
pkgname=marst
pkgver=2.7
-pkgrel=1
+pkgrel=2
pkgdesc="Algol to C translator"
arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/marst/marst.html"
+url="https://www.gnu.org/software/marst/marst.html"
license=('GPL3')
options=('!libtool')
-source=(http://ftp.gnu.org/pub/gnu/marst/$pkgname-$pkgver.tar.gz)
+source=(https://ftp.gnu.org/pub/gnu/marst/$pkgname-$pkgver.tar.gz)
md5sums=('d930f88be1f4ba8442241c219d677ee6')
build() {