summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2021-05-19 15:08:22 -0600
committerBenjamin Denhartog2021-05-19 22:04:45 -0600
commit6faf4c86b69d29fec6d7616cd36dfb91df7b870c (patch)
tree1767f102b104d87cd0c40829dbd0882cdf9b0a84
parent1c47379bc3876cbc07518b321dd0d0673b672158 (diff)
downloadaur-6faf4c86b69d29fec6d7616cd36dfb91df7b870c.tar.gz
feat: standardize PKGBUILDs
This commit brings in several changes: - Adding a comment header indicating the public SoT for the packages - Refactoring packages that build with Bazel to use a Bazelisk binary - Minor other improvements and changes GitOrigin-RevId: 8f688b88aee92af8d9cc15ace1499cc83ded8e25
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 546d077e1e75..77bf1f5eb952 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wee-slack-git
pkgdesc = A WeeChat plugin for slack
pkgver = 2.8.0.r0.gf3f08dd
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wee-slack/wee-slack
install = wee-slack-git.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 71dcdf4500f8..6d8bfd9e702f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Benjamin Denhartog <ben@sudoforge.com>
-# This PKGBUILD is managed at https://github.com/sudoforge/pkgbuilds
+# For ISSUES, REQUESTS, and QUESTIONS:
+# https://github.com/sudoforge/pkgbuilds
pkgname=wee-slack-git
pkgver=2.8.0.r0.gf3f08dd
-pkgrel=1
+pkgrel=2
pkgdesc="A WeeChat plugin for slack"
arch=('any')
url="https://github.com/wee-slack/${pkgname%-git}"