summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2017-04-24 14:42:34 +0800
committerpingplug2017-04-24 14:42:34 +0800
commit02e113fc93c346f772a567be10665cba996e1a37 (patch)
treeda8a426bdf275b34d6352f0b5ad9580cffd7785d
parent714fb822433f75913e386fa30af6ef6e17f26d20 (diff)
downloadaur-02e113fc93c346f772a567be10665cba996e1a37.tar.gz
add .gitignore
use HTTPS
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD2
3 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78df7ab24d96..51adcc6484be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 3 01:42:51 UTC 2017
+# Sat Feb 25 10:13:37 UTC 2017
pkgbase = mingw-w64-libfdk-aac
pkgdesc = Fraunhofer FDK AAC codec library(mingw-w64)
pkgver = 0.1.5
@@ -12,7 +12,7 @@ pkgbase = mingw-w64-libfdk-aac
options = staticlibs
options = !strip
options = !buildflags
- source = http://downloads.sourceforge.net/opencore-amr/fdk-aac-0.1.5.tar.gz
+ source = https://downloads.sourceforge.net/opencore-amr/fdk-aac-0.1.5.tar.gz
sha256sums = 2164592a67b467e5b20fdcdaf5bd4c50685199067391c6fcad4fa5521c9b4dd7
pkgname = mingw-w64-libfdk-aac
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..97589fb4de69
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
+!*.install
+!*.patch
+!*.diff
diff --git a/PKGBUILD b/PKGBUILD
index fa881b62c296..3854f9a74df4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('custom')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-configure')
options=(staticlibs !strip !buildflags)
-source=("http://downloads.sourceforge.net/opencore-amr/fdk-aac-${pkgver}.tar.gz")
+source=("https://downloads.sourceforge.net/opencore-amr/fdk-aac-${pkgver}.tar.gz")
sha256sums=('2164592a67b467e5b20fdcdaf5bd4c50685199067391c6fcad4fa5521c9b4dd7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"