summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ac53bde8ae4..7e44be30b30c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,5 @@
pkgbase = aif-master
+ pkgdesc = Bash script for installing the Archlinux system on a computer.
pkgver = 2.8
pkgrel = 1
url = https://github.com/maximalisimus/aif-master.git
diff --git a/PKGBUILD b/PKGBUILD
index e0b9f83db805..5c9827fe5d8c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,6 +2,7 @@ pkgname=aif-master
_pkgrun="aif"
pkgver=2.8
pkgrel=1
+pkgdesc="Bash script for installing the Archlinux system on a computer."
arch=('any')
url="https://github.com/maximalisimus/${pkgname}.git"
license=('GPL')