summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94cda5661959..9bd602345525 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,5 @@
pkgbase = sidfactory2
+ pkgdesc = Cross-platform editor for composing music for the Commodore C64 SID chip
pkgver = 20200911
pkgrel = 1
url = https://github.com/Chordian/sidfactory2
diff --git a/PKGBUILD b/PKGBUILD
index 0626836d04d4..9934b9eaaa9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _pkgname=sidfactory2
pkgname=${_pkgname}
pkgver=20200911
pkgrel=1
-pkgdesc=""
+pkgdesc="Cross-platform editor for composing music for the Commodore C64 SID chip"
arch=('i686' 'x86_64')
url="https://github.com/Chordian/sidfactory2"
license=('GPL')