summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerVerruckteFuchs2019-05-01 20:38:42 -0400
committerDerVerruckteFuchs2019-05-01 20:38:42 -0400
commit17ef99d6a8c70fef7e4a4e965eb323256ab758a0 (patch)
tree17636494d9012bea90fe733fd17301053d4cc76d
parentd438cec6eedf976eb62578058c3bdad05c5040e0 (diff)
downloadaur-compton-blackcapcoder-git.tar.gz
Update PKGBUILD with latest git commit
Note for artemisbot: A *-git package PKGBUILD in the AUR should only need updated when things like build requirments or dependencies change. Simply re-installing a *-git package will install the latest version from git, including any recent commits. You can use an AUR helper for this. Depending on which one you use, it may even have a feature to keep track of *-git packages. If not, a simple reinstall works just fine. Even a simple `makepkg -sri` with the PKGBUILD will work fine too. When installing, the `pkgver()` function in the PKGBUILD will keep track of what version you are installing so that even your local copy of the PKGBUILD will be up to date. Please see the following Arch wiki link for why it works like this, vs. a more typical package: https://wiki.archlinux.org/index.php/Arch_User_Repository#What_is_the_difference_between_foo_and_foo-git_packages? I needed to update my email address anyway, but try not to flag any more *-git packages in the AUR unless they are not building correctly or otherwise broken when trying to install them, okay?
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2200edae3c82..63290df9c99b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = compton-blackcapcoder-git
pkgdesc = BlackCapCoder's patched fork of compton
- pkgver = 0.1_beta2.118.g37e48fd
+ pkgver = 0.1_beta2.120.gdd5837b
pkgrel = 1
url = https://github.com/BlackCapCoder/compton
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c8c59ff3d8ca..f5a933b28c2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: VerruckteFuchs <derverrucktefuchs@gmail.com>
+# Maintainer: VerruckteFuchs <derverrucktefuchs@protonmail.ch>
# Original compton-git PKGBUILD and aur package maintained by WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=compton-blackcapcoder-git
_gitname=compton
-pkgver=0.1_beta2.118.g37e48fd
+pkgver=0.1_beta2.120.gdd5837b
pkgrel=1
pkgdesc="BlackCapCoder's patched fork of compton"
arch=(i686 x86_64)