-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f5116e
commit 37b20d0
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
Submodule aur
updated
from 2a9c17 to 7ea3b7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|