summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2018-04-12 13:57:50 +0800
committerpingplug2018-04-12 13:57:50 +0800
commit67fa1f7a3ea06dfaa40dd1bdd260c6d21ff7929a (patch)
treeb2971d9785a7023da9b4f67f0d9e97ca535d77cf
parent09eac0479bc012f15de15fb2bb28e0d031b72e4f (diff)
downloadaur-67fa1f7a3ea06dfaa40dd1bdd260c6d21ff7929a.tar.gz
Minor fix
add git to makedepends change url to HTTPS
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1608518288d..0b2a6f25e24a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
-# Generated by mksrcinfo v8
-# Mon Oct 2 01:58:36 UTC 2017
pkgbase = mingw-w64-pdcurses-win32a
pkgdesc = Curses library on the Win32 API for MinGW-w64
pkgver = 4.0.2
pkgrel = 2
- url = http://www.projectpluto.com/win32a.htm
+ url = https://www.projectpluto.com/win32a.htm
arch = any
license = public domain
makedepends = mingw-w64-gcc
+ makedepends = git
depends = mingw-w64-crt
provides = mingw-w64-pdcurses
conflicts = mingw-w64-pdcurses
diff --git a/PKGBUILD b/PKGBUILD
index 02ada7520825..fe29df9a277f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,6 +2,7 @@
# Contributor: Jens Staal <staal1978@gmail.com>
# adopted from mingw-w64-pdcurses package:
# Contributor: Filip Brcic <brcha@gna.org>
+
pkgname=mingw-w64-pdcurses-win32a
pkgver=4.0.2
pkgrel=2
@@ -9,13 +10,13 @@ _commit=10ee49e4fb96a808aed0882374dcc22b668db722
pkgdesc="Curses library on the Win32 API for MinGW-w64"
arch=(any)
depends=(mingw-w64-crt)
-makedepends=(mingw-w64-gcc)
+makedepends=("mingw-w64-gcc" "git")
options=(staticlibs !buildflags !strip)
provides=('mingw-w64-pdcurses')
replaces=('mingw-w64-pdcurses')
conflicts=('mingw-w64-pdcurses')
license=("public domain")
-url="http://www.projectpluto.com/win32a.htm"
+url="https://www.projectpluto.com/win32a.htm"
source=(#"http://www.projectpluto.com/win32a.zip"
"git+https://github.com/Bill-Gray/PDCurses.git#commit=$_commit"
"pdcurses.diff")