File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed
Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,10 @@ Suggestions:
203203#### Version Information when Upgrading
204204- Need a nice chart.
205205
206+ #### Aura Versioning
207+ - Aura uses [ Semantic Versioning] ( http://semver.org/ ) , meaning it's version
208+ numbers are of the form ` MAJOR.MINOR.PATCH ` .
209+
206210### Haskell Requirements
207211#### Strings
208212- All Strings are represented as ` Text ` from ` Data.Text ` . This is available
Original file line number Diff line number Diff line change 11# Maintainer: Colin Woodbury <colingw@gmail.com>
22_hkgname=aura
33pkgname=aura
4- pkgver=1.2.3.2
5- pkgrel=3
4+ pkgver=1.2.3.3
5+ pkgrel=1
66pkgdesc=" A secure package manager for Arch Linux and the AUR written in Haskell."
77url=" https://github.com/fosskers/aura"
88license=(' GPL-3' )
@@ -17,7 +17,7 @@ provides=('aura')
1717conflicts=(' aura-git' ' aura-bin' )
1818options=(' strip' )
1919source=(https://bitbucket.org/fosskers/aura/downloads/${_hkgname} -${pkgver} .tar.gz)
20- md5sums=(' 3e850a147d55efa0ae50634d6a6f7454 ' )
20+ md5sums=(' e6a118b39a11330318aea0275d5bc2ad ' )
2121
2222build () {
2323 cd ${srcdir} /${_hkgname} -${pkgver}
Original file line number Diff line number Diff line change 11name : aura
22
3- version : 1.2.3.2
3+ version : 1.2.3.3
44
55synopsis : A secure package manager for Arch Linux and the AUR, written in Haskell.
66
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ import Aura.Commands.O as O
6363type UserInput = ([Flag ],[String ],[String ])
6464
6565auraVersion :: String
66- auraVersion = " 1.2.3.2 "
66+ auraVersion = " 1.2.3.3 "
6767
6868main :: IO a
6969main = getArgs >>= prepSettings . processFlags >>= execute >>= exit
Original file line number Diff line number Diff line change 11Aura Changelog
22==============
3+ 1.2.3.3
4+ -------
5+ - `-As --{head ,tail}` can now be passed numbers to truncate the results
6+ to any number you want. The default is 10.
7+ - Updated Russian translation.
8+
391.2.3.2
410-------
511- Expanded Bash completions:
You can’t perform that action at this time.
0 commit comments