Skip to content

Commit 4429072

Browse files
committed
Fix
1 parent 58c3d0a commit 4429072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/apk/APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
# Maintainer: "Apache Pulsar <[email protected]>"
20+
# Maintainer: Apache Pulsar <[email protected]>
2121

2222
pkgname="apache-pulsar-client"
2323
pkgver="$VERSION"

pkg/apk/build-apk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ export VERSION=`echo $POM_VERSION | sed -E 's/\-[a-zA-Z]+//'`
3737
echo "VERSION: $VERSION"
3838

3939
sudo abuild-keygen -a -i -n
40-
sudo abuild -F -c -r
40+
abuild -F -c -r
4141

4242
cp -r /root/packages/pkg ./build

0 commit comments

Comments
 (0)