summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-03-11 08:01:13 -0600
committerMark Wagie2020-03-11 08:01:13 -0600
commitd3b25742289b5e1c00471bf051e2875831a0599d (patch)
tree9c1707eafe0044be52c3cc2bef95cd5075f7d22e
parentb464d14d20ea5f789e415a18bca50d9477449c50 (diff)
downloadaur-d3b25742289b5e1c00471bf051e2875831a0599d.tar.gz
removed install file
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
-rw-r--r--goverlay.install8
3 files changed, 6 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ecfa687593f..bf544a1cc637 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = goverlay-git
pkgdesc = An opensource project that aims to create a Graphical UI to help manage Linux overlays.
- pkgver = 0.1.3.r11.g1f00701
- pkgrel = 3
+ pkgver = 0.1.4.r0.g12af6a4
+ pkgrel = 1
url = https://github.com/benjamimgois/goverlay
- install = goverlay.install
arch = x86_64
license = GPL3
makedepends = git
makedepends = lazarus
depends = gtk2
- optdepends = mangohud: Requires MangoHud.conf to save changes
+ optdepends = mangohud
provides = goverlay
conflicts = goverlay
source = git+https://github.com/benjamimgois/goverlay.git
diff --git a/PKGBUILD b/PKGBUILD
index aee528c24037..c33eb505a515 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=goverlay-git
-pkgver=0.1.3.r11.g1f00701
-pkgrel=3
+pkgver=0.1.4.r0.g12af6a4
+pkgrel=1
pkgdesc="An opensource project that aims to create a Graphical UI to help manage Linux overlays."
arch=('x86_64')
url="https://github.com/benjamimgois/goverlay"
license=('GPL3')
depends=('gtk2')
makedepends=('git' 'lazarus')
-optdepends=('mangohud: Requires MangoHud.conf to save changes')
+optdepends=('mangohud')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-install="${pkgname%-git}.install"
source=('git+https://github.com/benjamimgois/goverlay.git')
sha256sums=('SKIP')
diff --git a/goverlay.install b/goverlay.install
deleted file mode 100644
index 1d8e0315c60c..000000000000
--- a/goverlay.install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_install() {
- echo " -->> To save changes to MangoHud, you will need a configuration file."
- echo " -->> See https://github.com/flightlessmango/MangoHud#hud-configuration"
-}
-
-post_upgrade() {
- post_install
-}