summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens John2015-06-18 13:42:55 +0200
committerJens John2015-06-18 13:42:55 +0200
commit57aa296c6e7bd4093de417c9e759a0578ea596f7 (patch)
tree6206d74ea183f1197c1e3945f252586f0d1c3176
parentb8eea82c6a22c0d32c2b51f31254b4fc2d0d6838 (diff)
downloadaur-57aa296c6e7bd4093de417c9e759a0578ea596f7.tar.gz
Fix incorrect distro name in pkgdesc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5557bea42db8..74290d2c1f99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = bunsen-common-git
- pkgdesc = Shared shell scripts commonly used in BunsenLinux projects
+ pkgdesc = Shared shell scripts commonly used in BunsenLabs Linux projects
pkgver = r7.5ec5e6f
pkgrel = 1
url = https://github.com/BunsenLabs/bunsen-common
diff --git a/PKGBUILD b/PKGBUILD
index aae815c50f42..e0dc31902416 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: 2ion <dev@2ion.de>
pkgname=bunsen-common-git
pkgver=r7.5ec5e6f
-pkgrel=1
-pkgdesc="Shared shell scripts commonly used in BunsenLinux projects"
+pkgrel=2
+pkgdesc="Shared shell scripts commonly used in BunsenLabs Linux projects"
arch=('any')
url="https://github.com/BunsenLabs/bunsen-common"
license=('GPL3')