pacman 7.0.0-1
This commit is contained in:
parent
ca8d748700
commit
561b4a94e4
2
PKGBUILD
2
PKGBUILD
@ -31,7 +31,7 @@ source=(https://gitlab.archlinux.org/pacman/pacman/-/releases/v${pkgver}/downloa
|
||||
sha256sums=(61cbd445d1381b4b184bc7c4e2791f07a79f0f2807b7c600399d0d08e8cd28cf
|
||||
b3bce9d662e189e8e49013b818f255d08494a57e13fc264625f852f087d3def2
|
||||
cef92e5e07b7794a2bd947b8ceae442ef2ea5fa3fb2c70c8a00da0c30bfb566a
|
||||
74e94dbfc9d2f7a1b8e432d14f6cc9f94d01b6a0b37df58a127efcc924496219
|
||||
128c4737dedd58e0b0ffec306feaf1752260591b1222bdcb32c22bcaf8a8a44a
|
||||
f6faafd6691a2b11e98996ff09500803ade4d0e943e7bff08c59e4e42b171da5
|
||||
851385788fcef9eba37c7b9403d0010ccc94800b3279bc60ab5fcabc6ee8d321
|
||||
c8760d7ebb6c9817d508c691c67084be251cd9c8811ee1ccf92c1278bad74c1c
|
||||
|
@ -131,13 +131,13 @@ LIB_DIRS=('lib64:usr/lib64' 'lib32:usr/lib32')
|
||||
#
|
||||
#-- Destination: specify a fixed directory where all packages will be placed
|
||||
#PKGDEST=/home/packages
|
||||
PKGDEST=/home/${HOME}/packages
|
||||
PKGDEST=${HOME}/packages
|
||||
#-- Source cache: specify a fixed directory where source files will be cached
|
||||
#SRCDEST=/home/sources
|
||||
SRCDEST=/home/${HOME}/sources
|
||||
SRCDEST=${HOME}/sources
|
||||
#-- Source packages: specify a fixed directory where all src packages will be placed
|
||||
#SRCPKGDEST=/home/srcpackages
|
||||
SRCPKGDEST=/home/${HOME}/srcpackages
|
||||
SRCPKGDEST=${HOME}/srcpackages
|
||||
#-- Log files: specify a fixed directory where all log files will be placed
|
||||
#LOGDEST=/home/makepkglogs
|
||||
#-- Packager: name/email of the person or organization building packages
|
||||
|
Loading…
Reference in New Issue
Block a user