summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoviuro2018-01-06 09:06:25 +0100
committerMoviuro2018-01-06 09:06:25 +0100
commitb08ae8c3fd9ce68f8430e73525ac7ba163f3cf03 (patch)
treeb7bcb281c4032d98b243bc413ee152df4a45e063
parent0588117d6f039df531684cb0223efb6acea7267a (diff)
downloadaur-b08ae8c3fd9ce68f8430e73525ac7ba163f3cf03.tar.gz
0.1.0-2
Add a post_remove message to the .install file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--factorio-dl.install4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b5c44b8199f..549d053e0b6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = factorio-dl
pkgdesc = Factorio downloader script for UNIX(-like) systems
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/moviuro/factorio-dl
install = factorio-dl.install
arch = any
@@ -10,7 +10,7 @@ pkgbase = factorio-dl
source = factorio-dl-0.1.0.tar.gz::https://gitlab.com/moviuro/factorio-dl/repository/0.1.0/archive.tar.gz
source = factorio-dl.install
sha256sums = 68520d754514879a265e205f2a88c54f48ce76c632c09a719d6260df2a450ec9
- sha256sums = a88bdcb2abd1b85ea1d97d10814c4233fb1186ccf6136040544965e9d7c96ce3
+ sha256sums = ae4ea5d2a613364ee7884a39c5a9e032ff7fa175b5cfb4182abf83261086ce89
pkgname = factorio-dl
diff --git a/PKGBUILD b/PKGBUILD
index 84075191361b..c0501b5932d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=factorio-dl
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
_commit="4e3e57221bf0edf7796d5cdcef0fa81b9a6c695a"
pkgdesc="Factorio downloader script for UNIX(-like) systems"
arch=('any')
@@ -16,7 +16,7 @@ url="https://gitlab.com/moviuro/${pkgname}"
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/moviuro/${pkgname}/repository/${pkgver}/archive.tar.gz"
"${pkgname}.install")
sha256sums=('68520d754514879a265e205f2a88c54f48ce76c632c09a719d6260df2a450ec9'
- 'a88bdcb2abd1b85ea1d97d10814c4233fb1186ccf6136040544965e9d7c96ce3')
+ 'ae4ea5d2a613364ee7884a39c5a9e032ff7fa175b5cfb4182abf83261086ce89')
package() {
install -Dm 555 "${srcdir}/${pkgname}-${pkgver}-${_commit}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
diff --git a/factorio-dl.install b/factorio-dl.install
index e5a011a2f0bf..f2ccaaa356b0 100644
--- a/factorio-dl.install
+++ b/factorio-dl.install
@@ -16,3 +16,7 @@ yellow="${bold}$(tput setaf 3)"
post_install() {
note "Make sure to read the README.md file to add the factorio DL agent to makepkg.conf(5)"
}
+
+post_remove() {
+ note "Remember to clean your makepkg.conf(5) of remnants of the factorio DL agent"
+}