Update my packages

This commit is contained in:
moparisthebest
2017-03-12 16:43:45 -04:00
parent 223198f8d5
commit 88d1e42888
8 changed files with 41 additions and 16 deletions

View File

@@ -8,8 +8,11 @@ pkgbase = pkgsync
backup = etc/pkgsync/pkg_blacklist.list
backup = etc/pkgsync/pkg_exclude.list
backup = etc/default/pkgsync
source = https://codeload.github.com/moparisthebest/pkgsync/tar.gz/v1.01
source = https://github.com/moparisthebest/pkgsync/archive/v1.01.tar.gz
source = https://github.com/moparisthebest/pkgsync/releases/download/v1.01/v1.01.tar.gz.asc
validpgpkeys = 81F1C22DD41109D4A9C0A7B5B070F8D97D1A0BBA
sha256sums = 0d04af19ed5ffad2814b2845849a46ce2d606b4ef8e93e0dffb3b0f0ed8e760d
sha256sums = SKIP
pkgname = pkgsync

View File

@@ -6,10 +6,13 @@ pkgrel=1
pkgdesc='Sync installed packages across Arch installs'
arch=('any')
license=('GPL3')
url="https://github.com/moparisthebest/$pkgname"
author='moparisthebest'
url="https://github.com/$author/$pkgname"
backup=("etc/$pkgname/pkg_blacklist.list" "etc/$pkgname/pkg_exclude.list" "etc/default/$pkgname")
source=("https://codeload.github.com/moparisthebest/$pkgname/tar.gz/v$pkgver")
sha256sums=('0d04af19ed5ffad2814b2845849a46ce2d606b4ef8e93e0dffb3b0f0ed8e760d')
source=("https://github.com/$author/$pkgname/archive/v$pkgver.tar.gz" "https://github.com/$author/$pkgname/releases/download/v$pkgver/v$pkgver.tar.gz.asc")
sha256sums=('0d04af19ed5ffad2814b2845849a46ce2d606b4ef8e93e0dffb3b0f0ed8e760d'
'SKIP')
validpgpkeys=('81F1C22DD41109D4A9C0A7B5B070F8D97D1A0BBA') # moparisthebest <admin AT moparisthebest.com>
package() {
install -d "${pkgdir}"/etc/{default,$pkgname}/