]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
Update to 1.08
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 10:43:09 +0000 (11:43 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 10:43:09 +0000 (11:43 +0100)
.SRCINFO
PKGBUILD

index 2e9c16323672c7c907ea29b4968cdfbeb0657a83..9aa6daa162dfa0d1ddc91746f965174428b97b79 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Feb 14 10:42:54 UTC 2019
 pkgbase = tack
        pkgdesc = A program that can be used to verify or refine a terminfo (terminal information) description of a terminal.
 pkgbase = tack
        pkgdesc = A program that can be used to verify or refine a terminfo (terminal information) description of a terminal.
-       pkgver = 1.07_20150606
+       pkgver = 1.08
        pkgrel = 1
        url = http://invisible-island.net/ncurses/tack.html
        changelog = tack.changelog
        pkgrel = 1
        url = http://invisible-island.net/ncurses/tack.html
        changelog = tack.changelog
@@ -9,8 +11,8 @@ pkgbase = tack
        license = custom
        depends = ncurses
        provides = tack
        license = custom
        depends = ncurses
        provides = tack
-       source = ftp://invisible-island.net/ncurses/current/tack-1.07-20150606.tgz
-       md5sums = bcd046cedaf3cb0415a01e0b398e5b2f
+       source = https://invisible-mirror.net/archives/ncurses/tack-1.08.tgz
+       sha512sums = 66dd4bb868087e6a8666119d32c873c8722453fe99d3eb58ab645aa0552771cca5d26f8b1fcccaf095d0316bceb011a49bc24a3b06fafc72cb2f59d251ec71d7
 
 pkgname = tack
 
 
 pkgname = tack
 
index e48b5e1d4185225c80f16b6d3f8228ea1d775c27..801e7342a10286dd823b320d7e7fd1de46eb6fca 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Contributor: Immae <ismael.bouya@normalesup.org>
 # Contributor: Immae <ismael.bouya@normalesup.org>
-
 # Maintainer: Immae <ismael.bouya@normalesup.org>
 # Maintainer: Immae <ismael.bouya@normalesup.org>
+
 pkgname=tack
 pkgname=tack
-pkgver=1.07_20150606
+pkgver=1.08
 pkgrel=1
 pkgdesc="A program that can be used to verify or refine a terminfo (terminal information) description of a terminal."
 arch=('i686' 'x86_64')
 pkgrel=1
 pkgdesc="A program that can be used to verify or refine a terminfo (terminal information) description of a terminal."
 arch=('i686' 'x86_64')
@@ -11,23 +11,20 @@ license=('custom')
 changelog="$pkgname.changelog"
 provides=('tack')
 depends=('ncurses')
 changelog="$pkgname.changelog"
 provides=('tack')
 depends=('ncurses')
-source=("ftp://invisible-island.net/ncurses/current/${pkgname}-${pkgver//_/-}.tgz")
-
-
+source=("https://invisible-mirror.net/archives/ncurses/${pkgname}-${pkgver}.tgz")
+sha512sums=('66dd4bb868087e6a8666119d32c873c8722453fe99d3eb58ab645aa0552771cca5d26f8b1fcccaf095d0316bceb011a49bc24a3b06fafc72cb2f59d251ec71d7')
 
 build() {
 
 build() {
-       cd ${srcdir}/${pkgname}-${pkgver//_/-}
-       ./configure --prefix=/usr \
-          --bindir=/usr/bin
-       make
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --bindir=/usr/bin
+  make
 }
 
 package() {
 }
 
 package() {
-       cd ${srcdir}/${pkgname}-${pkgver//_/-}
-       make DESTDIR=${pkgdir} install
-       install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 
 }
 
 
-md5sums=('bcd046cedaf3cb0415a01e0b398e5b2f')