summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 486f6a26918f..122053544722 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Mar 27 09:15:56 UTC 2019
+# Thu Apr 4 07:52:39 UTC 2019
pkgbase = addinclude
- pkgdesc = Utility to add include statements to header- and sourcefiles, for C and C++
+ pkgdesc = Add include statements to header- and sourcefiles, for C and C++
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://addinclude.roboticoverlords.org/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 5f9fee207a20..16adb5440215 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
-# Maintainer:
-# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=addinclude
pkgver=1.0.1
-pkgrel=1
-pkgdesc='Utility to add include statements to header- and sourcefiles, for C and C++'
+pkgrel=2
+pkgdesc='Add include statements to header- and sourcefiles, for C and C++'
arch=(x86_64)
url='https://addinclude.roboticoverlords.org/'
license=(GPL2)