summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaja Mukherji2018-08-06 08:33:31 +0100
committerRaja Mukherji2018-08-06 08:33:31 +0100
commit17bf16c9ce4a277721ee5911a6d834afd5cc4da7 (patch)
treea1d4ba4bf8018b68363fc84c526d4addc684c97a
parente861509c4cbec1a1a943038bbd1a2ce1207e635b (diff)
downloadaur-17bf16c9ce4a277721ee5911a6d834afd5cc4da7.tar.gz
fix maintainer info in PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ceecd845256..e5003c2a9c3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rabs
pkgdesc = Generic imperative build system
pkgver = 1.2.0
- pkgrel = 2
+ pkgrel = 3
arch = x86_64
arch = i686
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index a8d61541bee2..368f387ed8b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,7 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# Maintainer: Your Name <youremail@domain.com>
+# Maintainer: Your Name <rajamukherji@gmail.com>
pkgname=rabs
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="Generic imperative build system"
arch=('x86_64' 'i686')