summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian reyes Escrigas2017-12-01 01:50:00 -0500
committerJulian reyes Escrigas2017-12-01 01:50:00 -0500
commite335785e4d3ae3d4e478b06fa40ed1507d9a8d5f (patch)
tree5c248e9462a713e1ed7cf5b38c10f588b372338e
parent815f81fc99d26811416c34f9e96bc1a12b807799 (diff)
downloadaur-dotnet-runtime-1.1-compat.tar.gz
add description
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b02537d09f2..ac39a5e95fd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,7 @@
pkgbase = dotnet-runtime-1.1-compat
+ pkgdesc = Provides the .NET core shared framework 1.1
pkgver = 1.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://www.microsoft.com/net/download/linux
arch = x86_64
license = MIT
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..45657c43d9bd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+# Sources & Build packages
+*.gz
+*.xz
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 29d630e35d8b..881994128763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=dotnet-runtime-1.1-compat
pkgver=1.1.5
-pkgrel=1
-pkgdesc=Provides the .NET core shared framework 1.1
+pkgrel=2
+pkgdesc='Provides the .NET core shared framework 1.1'
arch=(x86_64)
url=https://www.microsoft.com/net/download/linux
license=('MIT')