summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZihao Wang2017-02-08 10:16:00 +0800
committerZihao Wang2017-02-08 10:16:00 +0800
commited57a729724615ee2e864ae8144fc53cf7f48ed7 (patch)
tree9ed03e6e7c5e9a58ee99709cddfbcb92c5018ec2
parentdbaaeadc1f8a2bc250dfb0c7733b995a12792b39 (diff)
downloadaur-ed57a729724615ee2e864ae8144fc53cf7f48ed7.tar.gz
switch to tag
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 155c8107718f..a27b354afe36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,7 +25,7 @@ pkgbase = propellor
depends = haskell-exceptions
depends = haskell-stm
depends = haskell-text
- source = git+https://github.com/joeyh/propellor.git#commit=56a6d545fa789d34cda9a4297272a7723702bc6d
+ source = git+https://github.com/joeyh/propellor.git#tag=3.3.0
sha256sums = SKIP
pkgname = propellor
diff --git a/PKGBUILD b/PKGBUILD
index 82553dd2bb72..a10a53e79550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,6 @@
pkgname=propellor
pkgver=3.3.0
-_commit=56a6d545fa789d34cda9a4297272a7723702bc6d
pkgrel=1
pkgdesc="property-based host configuration management in haskell"
url="https://propellor.branchable.com/"
@@ -13,7 +12,7 @@ depends=("cabal-install" "ghc=8.0.1" "git" "gnupg" "gmp" "libffi"
"haskell-ansi-terminal" "haskell-hackage-security" "haskell-ifelse" "haskell-network"
"haskell-mtl" "haskell-transformers-base" "haskell-exceptions" "haskell-stm"
"haskell-text")
-source=("git+https://github.com/joeyh/propellor.git#commit=$_commit")
+source=("git+https://github.com/joeyh/propellor.git#tag=$pkgver")
sha256sums=('SKIP')
build() {