Skip to content

Commit

Permalink
Update local PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed May 30, 2018
1 parent 6f5116e commit 37b20d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aur
Submodule aur updated from 2a9c17 to 7ea3b7
6 changes: 5 additions & 1 deletion makelocalaur.PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Maintainer: Alex Butler <[email protected]>
# Only used for local package testing, see AUR for the actual PKGBUILD
pkgname=aurto
pkgver=###VERSION
pkgrel=999
Expand All @@ -9,12 +10,15 @@ license=('MIT')
depends=('aurutils<1.6.0'
'devtools'
'systemd'
'pacutils')
'pacutils'
'pacman-contrib')
optdepends=()
makedepends=()
install="aurto.install"
source=("aurto-git.tar.gz")
sha256sums=('eb94c0a2920ddea570621da7326f3d60c30401e8c42073b5b3ed3b1216c1ce4b')
backup=('usr/lib/systemd/system/check-aurto-git-trigger.timer'
'usr/lib/systemd/system/update-aurto.timer')

build() {
make
Expand Down

0 comments on commit 37b20d0

Please sign in to comment.