summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Hall2018-02-07 21:38:34 -0500
committerBrandon Hall2018-02-07 21:38:34 -0500
commit504619f7e388e99c3d0e1ce4e93645a100f4e464 (patch)
treed37c2ac719ada87d7e7b21e6976898919de3763f
parent9cd858a21ecac37f0d007cdfc697c9a90d65b6b9 (diff)
downloadaur-504619f7e388e99c3d0e1ce4e93645a100f4e464.tar.gz
Updated .SRCINFO and added aurbrowser.install
-rw-r--r--.SRCINFO8
-rwxr-xr-xaurbrowser.install31
2 files changed, 35 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4380b606c1b4..5f03fd005f78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = aurbrowser
- pkgdesc = A Qt application that allows an Arch Linux user to browse the AUR.
+ pkgdesc = A Qt application that allows an Arch Linux user to browse and install packages from the AUR.
pkgver = v1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/brandonjhall/aurbrowser
+ install = aurbrowser.install
arch = x86_64
license = GPL
- makedepends = qt5-base
depends = qtermwidget>=0.8.0-1
depends = qt5-base>=5.10.0-1
depends = gcc-libs>=7.2.1+20180116-1
depends = glibc>=2.26-11
source = aurbrowser-v1.0.0.tar.gz::https://gitlab.com/brandonjhall/aurbrowser/repository/v1.0.0/archive.tar.gz
- md5sums = 890d1a7aec3cf65a839fc9107fed9df8
+ md5sums = 371fba9d8712eac4ac571b66819ffa28
pkgname = aurbrowser
diff --git a/aurbrowser.install b/aurbrowser.install
new file mode 100755
index 000000000000..cdd26ab7fc42
--- /dev/null
+++ b/aurbrowser.install
@@ -0,0 +1,31 @@
+## arg 1: the new package version
+#pre_install() {
+ # do something here
+#}
+
+## arg 1: the new package version
+#post_install() {
+ # do something here
+#}
+
+## arg 1: the new package version
+## arg 2: the old package version
+#pre_upgrade() {
+ # do something here
+#}
+
+## arg 1: the new package version
+## arg 2: the old package version
+#post_upgrade() {
+ # do something here
+#}
+
+## arg 1: the old package version
+#pre_remove() {
+ # do something here
+#}
+
+## arg 1: the old package version
+#post_remove() {
+ # do something here
+#}